[]
Creates new structure initialized with specified values.
public CornersRadius(float? defaultRadius)
| Type | Name | Description |
|---|---|---|
| float? | defaultRadius |
Creates new structure initialized with specified values.
public CornersRadius(float? defaultRadius, float? topLeft, float? topRight, float? bottomLeft, float? bottomRight)
| Type | Name | Description |
|---|---|---|
| float? | defaultRadius | |
| float? | topLeft | |
| float? | topRight | |
| float? | bottomLeft | |
| float? | bottomRight |