Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class / BorderThickness Property

In This Topic
    BorderThickness Property (GridCellView)
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Thickness of the border.
    Syntax
    'Declaration
     
    
    Public Property BorderThickness As C1Thickness
    public C1Thickness BorderThickness {get; set;}
    See Also