constants AlignmentEnum
The AlignmentEnum type defines the caption's alignment. Use the
Caption
property to specify a text being displayed on any part of the control. Use the
CaptionAlignment
property to specify the alignment of the text inside the part.
Name
Value
Description
LeftAlignment
0
The source is left aligned.
CenterAlignment
1
The source is left centered.
RightAlignment
2
The source is right aligned.