[]
Specifies the text direction.
public enum TextDirection
Horizontal = 0
Horizontal text direction.
Rotate270 = 3
Rotate text by 270 angle.
Rotate90 = 2
Rotate text by 90 angle.
Stacked = 4
Stacked text and the text reading order is from left to right.
StackedRtl = 5
Stacked text and the text reading order is from right to left.
Vertical = 1
Vertical text direction.