Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerRadius Structure / BottomLeft Property

In This Topic
    BottomLeft Property (C1CornerRadius)
    In This Topic
    Gets or sets the radius, in pixels, of the bottom-left corner of the bounding rectangle.
    Syntax
    'Declaration
     
    
    Public Property BottomLeft As C1CornerValue
    public C1CornerValue BottomLeft {get; set;}
    See Also