constants AlignmentEnum
The AlignmentEnum type specifies the alignment of the object relative to its parent. For instance, the Alignment property of the Column, aligns the text/caption into the column. The AlignmentEnum type supports the following values.

NameValueDescription
LeftAlignment0 The source is left aligned
CenterAlignment1 The source is center aligned
RightAlignment2 The source is right aligned