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

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