ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellStyle Class / BorderThickness Property

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