ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / FieldStyle Class / BackColor Property

In This Topic
    BackColor Property (FieldStyle)
    In This Topic
    Gets or sets the color used to paint the field cell background.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    See Also