ImageGear23.Core Assembly > ImageGear.Display Namespace : ImGearAlignmentHModes Enumeration |
'Declaration Public Enum ImGearAlignmentHModes Inherits System.Enum
'Usage Dim instance As ImGearAlignmentHModes
public enum ImGearAlignmentHModes : System.Enum
__value public enum ImGearAlignmentHModes : public System.Enum
public enum class ImGearAlignmentHModes : public System.Enum
Member | Value | Description |
---|---|---|
CENTER | 0x00000010 | The image is centered horizontally. |
LEFT | 0x00000000 | The image is aligned to the left border of the device rectangle. |
RIGHT | 0x00000020 | The image is aligned to the right border of the device rectangle. |
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearAlignmentHModes