constants EdgeAlignmentEnum
The EdgeAlignmentEnum type specifies the alignment of the object to the edges of the parent. The EdgeAlignmentEnum type supports the following values:
Name
Value
Description
exAlignLeft
0
The object is aligned to the left edge.
exAlignRight
1
The object is aligned to the right edge.
exAlignTop
2
The object is aligned to the top edge.
exAlignBottom
3
The object is aligned to the bottom edge.