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

In This Topic
    BorderWidth Property (C1ToggleButton)
    In This Topic
    Gets or sets the width of the border.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As Double
    public double BorderWidth {get; set;}
    Remarks
    Set this value to a non-zero value in order to have a visible border.
    See Also