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