Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerValue Structure / C1CornerValue Constructor / C1CornerValue Constructor(C1StyleLength,C1StyleLength)
The horizontal corner value.
The vertical corner value.

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

    Parameters

    horizontal
    The horizontal corner value.
    vertical
    The vertical corner value.
    See Also