The AlignEnum type specifies object's alignment.
The AlignEnum type supports the following values:
| | Name | Value | Description | |
| |
exAlignDefault | -1
|
For instance, the category-axis is aligned to bottom/right side of the view
| |
| |
exAlignTop | 0
|
Justifies the object to the top of the view
| |
| |
exAlignLeft | 0
|
Aligns object to the left
| |
| |
exAlignCenter | 1
|
Centers object horizontally in the view
| |
| |
exAlignRight | 2
|
Aligns object to the right
| |
| |
exAlignVCenter | 4
|
Centers object vertically
| |
| |
exAlignBottom | 8
|
Justifies the object to the bottom of the view
| |