[]
Represents a width of the border for the style.
public sealed class BorderWidth : IValidateable, ICloneable
| Name | Description |
|---|---|
| BorderWidth() | Initializes a new instance of the BorderWidth class. |
| Name | Description |
|---|---|
| Bottom | Gets or sets a width of the bottom border. |
| Default | Gets or sets a width of the border (unless overridden for a specific side). |
| Left | Gets or sets a width of the left border. |
| Right | Gets or sets a width of the right border. |
| Top | Gets or sets a width of the top border. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the BorderWidth object. |