FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellBorder Class / Color Property

In This Topic
    Color Property (CellBorder)
    In This Topic
    Gets or sets the border color (except for 3D borders).
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    public Color Color {get; set;}
    Remarks
    3D borders are always drawn using the system colors defined for highlights and shadows.
    See Also