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

In This Topic
    Width Property (CellBorder)
    In This Topic
    Gets or sets the border width (except for 3D borders).
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    public int Width {get; set;}
    Remarks

    3D borders are always one or two pixels wide.

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

    See Also