[]
Casting operator to convert a C1StyleLength into a uniform C1CornerRadius.
public static implicit operator C1CornerRadius(double uniformLength)
Type | Name | Description |
---|---|---|
double | uniformLength | The string specifying the length. |
Type | Description |
---|---|
C1CornerRadius |
Casting operator to convert a C1CornerValue into a uniform C1CornerRadius.
public static implicit operator C1CornerRadius(C1CornerValue uniformLength)
Type | Name | Description |
---|---|---|
C1CornerValue | uniformLength | The string specifying the length. |
Type | Description |
---|---|
C1CornerRadius |