Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerRadius Structure / C1CornerRadius Constructor / C1CornerRadius Constructor(C1CornerValue)
The uniform length applied to all four corners of the bounding rectangle.

In This Topic
    C1CornerRadius Constructor(C1CornerValue)
    In This Topic
    Initializes a C1CornerRadius structure that has the specified uniform corners.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal uniformLength As C1CornerValue _
    )
    public C1CornerRadius( 
       C1CornerValue uniformLength
    )

    Parameters

    uniformLength
    The uniform length applied to all four corners of the bounding rectangle.
    See Also