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