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

In This Topic
    EmptyAreaBackColor Property (C1GanttView)
    In This Topic
    Gets or sets the background color of the empty area below the tasks.
    Syntax
    'Declaration
     
    Public Property EmptyAreaBackColor As System.Drawing.Color
    public System.Drawing.Color EmptyAreaBackColor {get; set;}
    See Also