[]
Specifies the text direction (horizontal or vertical).
public enum TextDirection : byte
| Name | Description |
|---|---|
| Down | Text is draw vertically, from the top down. |
| Normal | Text is drawn in the horizontal direction, left to right. |
| Up | Text is draw vertically, from the bottom up. |