FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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.

    If Direction is set to BorderDirEnum.BothDifferent than tha value of this property will be ignored and values of HorizontalColor and VerticalColor will be used for rendering.

    See Also