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

In This Topic
    BorderRadius Property
    In This Topic
    The border-radius property defines the radius of the element's corners.
    Syntax
    'Declaration
     
    
    Public Property BorderRadius As Nullable(Of C1CornerRadius)
    public Nullable<C1CornerRadius> BorderRadius {get; set;}
    See Also