[]
Represents the corner radius of the border.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CornerRadius : StyleObject
| Name | Description |
|---|---|
| CornerRadius(CornerRadius) | Creates a new instance of CornerRadius class. |
| CornerRadius(CornerRadius, CornerRadius) | Creates a new instance of CornerRadius class. |
| Name | Description |
|---|---|
| All | Gets or sets the radius of all corners. |
| BottomLeft | Gets or sets the radius of bottom left corner. |
| BottomRight | Gets or sets the radius of bottom right corner. |
| TopLeft | Gets or sets the radius of top left corner. |
| TopRight | Gets or sets the radius of top right corner. |
| Name | Description |
|---|---|
| ResetAll() | Resets the All to default state. |
| ResetBottomLeft() | Resets the BottomLeft to default state. |
| ResetBottomRight() | Resets the BottomRight to default state. |
| ResetTopLeft() | Resets the TopLeft to default state. |
| ResetTopRight() | Resets the TopRight to default state. |
| ShouldSerializeAll() | Returns false if All is in default state. |
| ShouldSerializeBottomLeft() | Returns false if BottomLeft is in default state. |
| ShouldSerializeBottomRight() | Returns false if BottomRight is in default state. |
| ShouldSerializeTopLeft() | Returns false if TopLeft is in default state. |
| ShouldSerializeTopRight() | Returns false if TopRight is in default state. |