Enum VerticalTextAlignment
Vertical text alignment enumeration, controls how text is displayed.
public enum VerticalTextAlignment
Fields
Bottom = 1
Aligns the text to the bottom of the frame.
Justified = 3
Shows the text as justified text in the frame.
Middle = 2
Centers the text verticaly in the frame.
Top = 0
Aligns the text to the top of the frame.