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

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