Enum TextDirection
Represents different text direction.
public enum TextDirection
Fields
Horizontal = 0
Represents the horizontal text direction
RotateAllText270 = 2
Rotates the text by 270 degrees
RotateAllText90 = 1
Rotates the text by 90 degrees
StackedLeftToRight = 3
Rotates the text from left to right
StackedRightToLeft = 4
Rotates the text from right to left