ImageGear Professional DLL v18.1 for Windows
enumAlignModes
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ArtX Component API Reference > ArtX Component Enumerations Reference > enumAlignModes

Glossary Item Box

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.
©2014. Accusoft Corporation. All Rights Reserved.