Border Constructor
Border(Color, Length, bool, BorderDirection)
Constructs a new Border.
Declaration
public Border(Color color, Length width, bool enabled = true, BorderDirection borderDirection = BorderDirection.Out)
Parameters
Type | Name | Description |
---|---|---|
Color | color | |
Length | width | |
bool | enabled | |
BorderDirection | borderDirection |