Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerRadius Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1CornerRadius,C1CornerValue) Operator
The string specifying the length.

In This Topic
    Implicit Type Conversion(C1CornerRadius,C1CornerValue) Operator
    In This Topic
    Casting operator to convert a C1CornerValue into a uniform C1CornerRadius.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal uniformLength As C1CornerValue _
    ) As C1CornerRadius
    public C1CornerRadius operator implicit( 
       C1CornerValue uniformLength
    )

    Parameters

    uniformLength
    The string specifying the length.
    See Also