Enum TextAlignment
Text alignment enumeration, controls how text is displayed.
public enum TextAlignment
Fields
Centered = 2Centers the text in the frame.
Justified = 3Shows the text as justified text in the frame.
Left = 0Aligns the text to the left of the frame.
Right = 1Aligns the text to the right side of the frame.