C1.iOS.Core Assembly / C1.iOS.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 C1StyleLength into a uniform C1CornerRadius.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal uniformLength As Double _
) As C1CornerRadius
 
'Usage
 

Parameters

uniformLength
The string specifying the length.
See Also