constants ContentAlignmentEnum
The ContentAlignmentEnum type specifies where the object is being displayed relative to its holder. For instance, you can specify the event's label to be in the lower right margin, or in the middle. There are a lot of align properties as follows:

The ContentAlignmentEnum type supports the following values:

NameValueDescription
exTopLeft0 Content is vertically aligned at the top, and horizontally aligned on the left.
exTopCenter1 Content is vertically aligned at the top, and horizontally aligned at the center.
exTopRight2 Content is vertically aligned at the top, and horizontally aligned on the right.
exMiddleLeft16 Content is vertically aligned in the middle, and horizontally aligned on the left.
exMiddleCenter17 Content is vertically aligned in the middle, and horizontally aligned at the center.
exMiddleRight18 Content is vertically aligned in the middle, and horizontally aligned on the right.
exBottomLeft32 Content is vertically aligned at the bottom, and horizontally aligned on the left.
exBottomCenter33 Content is vertically aligned at the bottom, and horizontally aligned at the center.
exBottomRight34 Content is vertically aligned at the bottom, and horizontally aligned on the right.