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

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