TextDirection Enum
Represents an enumeration of available text directions.
Fields
Horizontal | Horizontal text. |
Rotate270 | Text has 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). |
Rotate90 | Text has 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). |