Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerRadius Structure / C1CornerRadius Constructor / C1CornerRadius Constructor(C1CornerValue,C1CornerValue,C1CornerValue,C1CornerValue)
The radius for the top-left corner of the rectangle.
The radius for the top-right corner of the rectangle.
The radius for the bottom-right corner of the rectangle.
The radius for the bottom-left corner of the rectangle.

In This Topic
    C1CornerRadius Constructor(C1CornerValue,C1CornerValue,C1CornerValue,C1CornerValue)
    In This Topic
    Initializes a C1CornerRadius structure that has specific radius (supplied as a System.Double) applied to each corner of the rectangle.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal topLeft As C1CornerValue, _
       ByVal topRight As C1CornerValue, _
       ByVal bottomRight As C1CornerValue, _
       ByVal bottomLeft As C1CornerValue _
    )

    Parameters

    topLeft
    The radius for the top-left corner of the rectangle.
    topRight
    The radius for the top-right corner of the rectangle.
    bottomRight
    The radius for the bottom-right corner of the rectangle.
    bottomLeft
    The radius for the bottom-left corner of the rectangle.
    See Also