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

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

    Parameters

    uniformLength
    The string specifying the length.
    See Also