[]
Specified the different types of tree lines.
public enum GridTreeLine
| Name | Description |
|---|---|
| HalfHorizontal | Horizontal line starting at the center and ending at the right. |
| HalfVertical | Vertical line starting at the center and ending at the bottom. |
| Horizontal | Horizontal tree-line. |
| None | None tree-line. |
| NorthEastElbow | Elbow starting at the center-top and ending at the center-right. |
| Tee | T tree-line. |
| Vertical | Vertical tree-line. |
| WeastSouthElbow | Elbow starting at the center-left and ending at the center-bottom. |