Border Constructors
Serves as a base for classes that define border settings of different element sides (left, right, top and bottom).| Name | Parameters | Description |
|---|---|---|
| Border() | none | Initializes a new instance of the Border class. |
| Border(Color, BorderStyle, Unit) | color, style, width | Initialize a new instance of the Border class with the color, style and width settings specified. |
See Also