Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / BorderThickness Property

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