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

In This Topic
    FixedCellBorderColor Property (C1GanttView)
    In This Topic
    Gets or sets the custom color of cell borders in the fixed area.
    Syntax
    'Declaration
     
    Public Property FixedCellBorderColor As System.Drawing.Color
    public System.Drawing.Color FixedCellBorderColor {get; set;}
    See Also