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

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