constants AlignmentEnum
The AlignmentEnum type specifies the way the control's caption is horizontally aligned. The Alignment property specifies the horizontal alignment for the control's caption. The AlignmentEnum type supports the following values:

NameValueDescription
exLeftAlignment0 Aligns the caption to the left.
exCenterAlignment1 Centers the caption.
exRightAlignment2 Aligns the caption to the right.