struct
Border
A visual border to draw around a parent element.
Fields
Color | The color of the border. |
Direction | The direction the border will expand as Width increases. Either In, Center, or Out. |
Enabled | A flag to toggle the visibility of the border. |
Width | The Length configuration for the width of the border. |
Constructors
Border(Color, Length, bool, BorderDirection) | Constructs a new Border. |