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