Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerValue Structure / C1CornerValue Constructor / C1CornerValue Constructor(C1StyleLength)
The length to create a circle corner.

In This Topic
    C1CornerValue Constructor(C1StyleLength)
    In This Topic
    Initializes a new instance of the C1CornerValue struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal length As C1StyleLength _
    )
    public C1CornerValue( 
       C1StyleLength length
    )

    Parameters

    length
    The length to create a circle corner.
    See Also