ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / C1GanttView Class / FixedForeColor Property

In This Topic
    FixedForeColor Property (C1GanttView)
    In This Topic
    Gets or sets the custom foreground color of the fixed column/timescale area.
    Syntax
    'Declaration
     
    Public Property FixedForeColor As System.Drawing.Color
    public System.Drawing.Color FixedForeColor {get; set;}
    See Also