ImGearAlignmentVModes 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 |
BOTTOM | 2 | The image is aligned to the bottom border of the device rectangle. |
CENTER | 1 | The image is centered vertically. |
TOP | 0 | The image is aligned to the top border of the device rectangle. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearAlignmentVModes
See Also