[]
Represents the rounding radius settings for the corners of a shape.
public sealed class RoundingRadius : IValidateable
The RoundingRadius class provides properties to define the corner rounding radii of a shape, allowing for customization of each corner individually or using a default value for all corners.
Name | Description |
---|---|
RoundingRadius() | Initializes a new instance of the RoundingRadius class. |
Name | Description |
---|---|
BottomLeft | Gets or sets the radius of the bottom-left corner. |
BottomRight | Gets or sets the radius of the bottom-right corner. |
Default | Gets or sets the default radius for the corner rounding. |
TopLeft | Gets or sets the radius of the top-left corner. |
TopRight | Gets or sets the radius of the top-right corner. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the RoundingRadius object. |