HorizontalAlignment Enum
Definition
Section titled “Definition”Horizontal alignment modes.
public enum HorizontalAlignmentFields
Section titled “Fields”Left alignment.
Left = 0Center
Section titled “Center”Center alignment.
Center = 1Right alignment.
Right = 2Stretch
Section titled “Stretch”Stretch.
Stretch = 3