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

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