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

In This Topic
    BackColor Property (CalendarSettings)
    In This Topic
    Gets or sets the background color of the control.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    public Color BackColor {get; set;}
    See Also