Border Properties
Serves as a base for classes that define border settings of different element sides (left, right, top and bottom).| Name | Description |
|---|---|
| BorderColor | Gets or sets the border color. |
| BorderStyle | Gets or sets the border style. |
| BorderWidth | Gets or sets the border width. |
| IsEmpty | Gets a value that indicates whether this Border object is initialized with the default values. |
See Also