Enum TextVerticalAlignment
Specifies the vertical alignment of a text string relative to its layout rectangle.
public enum TextVerticalAlignment
Fields
Bottom = 2
Specifies that text is aligned in the bottom edge of the layout rectangle.
Center = 1
Specifies that text is aligned in the center of the layout rectangle.
Top = 0
Specifies that text is aligned in the top edge of the layout rectangle.