Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / CornerRadius Property

In This Topic
    CornerRadius Property (C1ToggleButton)
    In This Topic
    Gets or sets the C1CornerRadius of the border.
    Syntax
    'Declaration
     
    
    Public Property CornerRadius As C1CornerRadius
    public C1CornerRadius CornerRadius {get; set;}
    See Also