Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeAppointmentFormatEventArgs Class / BackColor Property

In This Topic
    BackColor Property (BeforeAppointmentFormatEventArgs)
    In This Topic
    Gets or sets System.Drawing.Color value specifying custom background color for the appointment element.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    Remarks
    Leave this value System.Drawing.Color.Empty to use default background color determined by the Label property.
    See Also