[]
Specifies the available vertical anchoring types for text.
public enum TextVerticalAnchor
Bottom = 2
Anchor the text at the bottom of the bounding rectangle.
Center = 1
Anchor the text at the middle of the bounding rectangle.
Top = 0
Anchor the text at the top of the bounding rectangle.