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.
Name
Value
Description
LeftAlignment
0
The source is left aligned
CenterAlignment
1
The source is center aligned
RightAlignment
2
The source is right aligned