ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / PaintDayEventArgs Class / ForeColor Property

In This Topic
    ForeColor Property (PaintDayEventArgs)
    In This Topic
    The text color using to draw the header text (if the event is used to paint grid header).
    Syntax
    'Declaration
     
    Public Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get; set;}
    See Also