FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridTree Class / LineColor Property

In This Topic
    LineColor Property (GridTree)
    In This Topic
    Gets or sets the color of the lines in the outline tree.
    Syntax
    'Declaration
     
    
    Public Property LineColor As Color
    public Color LineColor {get; set;}
    Remarks
    See also the Style property.
    See Also