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