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