Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CornerValue Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1CornerValue,C1StyleLength) Operator
The value of the length.

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

    Parameters

    length
    The value of the length.
    See Also