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

In This Topic
    BorderWidth Property (C1Style)
    In This Topic
    The border-width property sets the width of an element's four borders.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As Nullable(Of C1Thickness)
    public Nullable<C1Thickness> BorderWidth {get; set;}
    See Also