This flag enumeration specifies available horizontal and vertical alignment. The values of this enumeration may be logically OR’d together.
Values:
IG_DSPL_ALIGN_X_LEFT |
Content is horizontally aligned to the left side of the available area. |
IG_DSPL_ALIGN_X_CENTER |
Content is horizontally aligned to the center of the available area. |
IG_DSPL_ALIGN_X_RIGHT |
Content is horizontally aligned to the right side of the available area. |
IG_DSPL_ALIGN_Y_TOP |
Content is vertically aligned to the top of the available area. |
IG_DSPL_ALIGN_Y_CENTER |
Content is vertically aligned to the center of the available area. |
IG_DSPL_ALIGN_Y_BOTTOM |
Content is vertically aligned to the bottom of the available area. |