[]
Initializes a new instance of the CornerRadius structure.
public CornerRadius(float all)
| Type | Name | Description |
|---|---|---|
| float | all | The value for all corners. |
Initializes a new instance of the CornerRadius structure.
public CornerRadius(float allX, float allY)
| Type | Name | Description |
|---|---|---|
| float | allX | The value for all x radii. |
| float | allY | The value for all y radii. |
Initializes a new instance of the CornerRadius structure.
public CornerRadius(float topLeftX, float topLeftY, float topRightX, float topRightY, float bottomLeftX, float bottomLeftY, float bottomRightX, float bottomRightY)
| Type | Name | Description |
|---|---|---|
| float | topLeftX | The value of TopLeftX property. |
| float | topLeftY | The value of TopLeftY property. |
| float | topRightX | The value of TopRightX property. |
| float | topRightY | The value of TopRightY property. |
| float | bottomLeftX | The value of BottomLeftX property. |
| float | bottomLeftY | The value of BottomLeftY property. |
| float | bottomRightX | The value of BottomRightX property. |
| float | bottomRightY | The value of BottomRightY property. |