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

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