Enum TextHorizontalAlignment
Specifies the horizontal alignment of a text string relative to its layout rectangle.
public enum TextHorizontalAlignment
Fields
Center = 1
Specifies that text is aligned in the center of the layout rectangle.
Left = 0
Specifies that text is aligned in the left edge of the layout rectangle.
Right = 2
Specifies that text is aligned in the right edge of the layout rectangle.