Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeTimeFormatEventArgs Class / Background Property

In This Topic
    Background Property (BeforeTimeFormatEventArgs)
    In This Topic
    Gets or sets System.Drawing.Color value specifying custom background color for the time interval element.
    Syntax
    'Declaration
     
    Public Property Background As System.Drawing.Color
    public System.Drawing.Color Background {get; set;}
    Remarks
    Leave this value System.Drawing.Color.Empty to use default background color determined by the CalendarInfo settings and by the WorkTime property value.
    See Also