Enumeration TextDirection

Enumeration Members

Horizontal: "horizontal"

Horizontal text. This is the default.

Stacked: "stacked"

Determines if all of the text is vertical ("one letter on top of another"). Not Supported

Vertical: "90"

Vertical orientation. (each line is 90 degrees rotated clockwise, so it goes from top to bottom; each next line is to the left from the previous one).

Vertical270: "270"

Vertical orientation. (each line is 270 degrees rotated clockwise, so it goes from bottom to top; each next line is to the right from the previous one).