| C1.Win.Calendar.UI Namespace > BaseStyle Class : BorderColor Property |
'Declaration<DescriptionAttribute("Gets or sets the border color.")> <C1DescriptionAttribute("Gets or sets the System.Drawing.Color used to draw the border around the element.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> Public Overridable Property BorderColor As Color
'UsageDim instance As BaseStyle Dim value As Color instance.BorderColor = value value = instance.BorderColor
[Description("Gets or sets the border color.")] [C1Description("Gets or sets the System.Drawing.Color used to draw the border around the element.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public virtual Color BorderColor {get; set;}
[Description("Gets or sets the border color.")] [C1Description("Gets or sets the System.Drawing.Color used to draw the border around the element.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public: virtual property Color BorderColor { 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