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:
Name
Value
Description
exLeftAlignment
0
Aligns the caption to the left.
exCenterAlignment
1
Centers the caption.
exRightAlignment
2
Aligns the caption to the right.