FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / BorderThickness Property

In This Topic
    BorderThickness Property (CellStyle)
    In This Topic
    Gets or sets the System.Windows.Thickness of the cell borders.
    Syntax
    'Declaration
     
    Public Property BorderThickness As Nullable(Of Thickness)
    public Nullable<Thickness> BorderThickness {get; set;}
    See Also