ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / TitleForeColor Property

In This Topic
    TitleForeColor Property (CalendarSettings)
    In This Topic
    Gets or sets a value indicating the foreground color of the title area of the calendar.
    Syntax
    'Declaration
     
    
    Public Property TitleForeColor As Color
    public Color TitleForeColor {get; set;}
    See Also