Overload List
| Name | Description | |
|---|---|---|
| HorizontalLine()()()() |
Create a new horizontal line.
| |
| HorizontalLine(Double) |
Create a new horizontal line with given thickness.
| |
| HorizontalLine(Color) |
Create a new horizontal line with given wheight.
| |
| HorizontalLine(Unit) |
Create a new horizontal line with given width and thickness.
| |
| HorizontalLine(Double, Color) |
Create a new horizontal line with given width and color.
| |
| HorizontalLine(Unit, Double) |
Create a new horizontal line with given width and thickness.
| |
| HorizontalLine(Unit, Color) |
Create a new horizontal line with given width and color.
| |
| HorizontalLine(Unit, Double, Color) |
Create a new horizontal line with given width and color.
|