ImGearAlignmentHModes Enumeration
In This Topic
Identifies the different types of image display alignment modes (i.e., identifies how the displayed image is aligned relative to the device rectangle).
Syntax
Members
Member | Value | Description |
CENTER | 16 | The image is centered horizontally. |
LEFT | 0 | The image is aligned to the left border of the device rectangle. |
RIGHT | 32 | The image is aligned to the right border of the device rectangle. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearAlignmentHModes
See Also