ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / BarTextForeColor Property

In This Topic
    BarTextForeColor Property (C1GanttView)
    In This Topic
    Gets or sets the foreground color of bar text on the chart view.
    Syntax
    'Declaration
     
    Public Property BarTextForeColor As System.Drawing.Color
    public System.Drawing.Color BarTextForeColor {get; set;}
    See Also