[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerRadius.op_Implicit

implicit operator Operator

implicit operator C1CornerRadius(double)

Casting operator to convert a C1StyleLength into a uniform C1CornerRadius.

Declaration
public static implicit operator C1CornerRadius(double uniformLength)
Parameters
Type Name Description
double uniformLength

The string specifying the length.

Returns
Type Description
C1CornerRadius

implicit operator C1CornerRadius(C1CornerValue)

Casting operator to convert a C1CornerValue into a uniform C1CornerRadius.

Declaration
public static implicit operator C1CornerRadius(C1CornerValue uniformLength)
Parameters
Type Name Description
C1CornerValue uniformLength

The string specifying the length.

Returns
Type Description
C1CornerRadius