ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / DayStyle Class / ForeColor Property

In This Topic
    ForeColor Property (DayStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the text of a day element.
    Syntax
    'Declaration
     
    
    Public Overridable Property ForeColor As Color
    public virtual Color ForeColor {get; set;}
    See Also