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

In This Topic
    ForeColor Property (BeforeAppointmentFormatEventArgs)
    In This Topic
    Gets or sets System.Drawing.Color value specifying custom foreground color for the appointment element.
    Syntax
    'Declaration
     
    Public Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get; set;}
    See Also