ImageGear22.Core Assembly > ImageGear.Display Namespace : ImGearAlignmentVModes Enumeration |
'Declaration Public Enum ImGearAlignmentVModes Inherits System.Enum
'Usage Dim instance As ImGearAlignmentVModes
public enum ImGearAlignmentVModes : System.Enum
__value public enum ImGearAlignmentVModes : public System.Enum
public enum class ImGearAlignmentVModes : public System.Enum
Member | Value | Description |
---|---|---|
BOTTOM | 0x00000002 | The image is aligned to the bottom border of the device rectangle. |
CENTER | 0x00000001 | The image is centered vertically. |
TOP | 0x00000000 | The image is aligned to the top border of the device rectangle. |
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearAlignmentVModes