Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerValue Structure / Implicit Type Conversion Operator
The value of the length.


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

    Parameters

    length
    The value of the length.
    See Also