BorderBottom Constructors
Contains border settings for an element’s bottom border.Name | Parameters | Description |
---|---|---|
BorderBottom() | none | Initializes a new instance of the BorderBottom class. |
BorderBottom(Color, BorderStyle, Unit) | color, style, width | Initialize a new instance of the BorderBottom class with the color, style and width settings specified. |
See Also