Enum TextRotationType
Text Rotation types.
public enum TextRotationType
Fields
Clockwise = 3
Represents the Clockwise text rotation.
CounterClockwise = 2
Represents the CounterClockwise text rotation.
LeftToRight = 0
Represents the LeftToRight text rotation.
TopToBottom = 1
Represents the TopToBottom text rotation.