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

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