Identifies the different types of image display alignment modes (i.e., identifies how the
displayed image is aligned relative to the device rectangle).
Syntax
__value public enum ImGearAlignmentVModes : public System.Enum
public enum class ImGearAlignmentVModes : public System.Enum
Members
Member | Description |
BOTTOM | The image is aligned to the bottom border of the device rectangle. |
CENTER | The image is centered vertically. |
TOP | 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