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

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