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

In This Topic
    BackColor Property (BaseStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the background.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    public virtual Color BackColor {get; set;}
    See Also