[]
Specifies the text direction.
public enum TextDirection
Public Enum TextDirection
| Name | Description |
|---|---|
| Horizontal | Horizontal text direction. |
| Rotate270 | Rotate text by 270 angle. |
| Rotate90 | Rotate text by 90 angle. |
| Stacked | Stacked text and the text reading order is from left to right. |
| StackedRtl | Stacked text and the text reading order is from right to left. |
| Vertical | Vertical text direction. |