GrapeCity.Win.Containers 名前空間 > GcContainer クラス : SingleBorderColor プロパティ |
例外 | 解説 |
---|---|
System.ArgumentException | 値はColor.Transparentです。 |
' 境界線の色を変更します
GcContainer1.BorderStyle = BorderStyle.FixedSingle
GcContainer1.SingleBorderColor = Color.Blue
// 境界線の色を変更します
gcContainer1.BorderStyle = BorderStyle.FixedSingle;
gcContainer1.SingleBorderColor = Color.Blue;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2