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

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