C1.Win.C1FlexGrid Namespace > CellBorder Class : Color Property |
'Declaration
<C1DescriptionAttribute("Gets or sets the border color (except for 3D borders).")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Color As Color
'Usage
Dim instance As CellBorder Dim value As Color instance.Color = value value = instance.Color
[C1Description("Gets or sets the border color (except for 3D borders).")] [RefreshProperties(RefreshProperties.Repaint)] public Color Color {get; set;}
[C1Description("Gets or sets the border color (except for 3D borders).")] [RefreshProperties(RefreshProperties.Repaint)] public: property Color Color { Color get(); void set ( Color value); }
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