C1.iOS.Core Assembly / C1.iOS.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
 
'Usage
 

Parameters

uniformLength
The string specifying the length.
See Also