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

In This Topic
    BorderThickness Property
    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