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