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

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