| ImageGear22.Core Assembly > ImageGear.Core Namespace : ImGearOrientationModes Enumeration |
'Declaration Public Enum ImGearOrientationModes Inherits System.Enum
'Usage Dim instance As ImGearOrientationModes
public enum ImGearOrientationModes : System.Enum
__value public enum ImGearOrientationModes : public System.Enum
public enum class ImGearOrientationModes : public System.Enum
| Member | Value | Description |
|---|---|---|
| BOTTOM_LEFT | 4 | Bottom to the Left orientation. |
| BOTTOM_RIGHT | 3 | Bottom to the Right orientation. |
| LEFT_BOTTOM | 8 | Left to the Bottom orientation. |
| LEFT_TOP | 5 | Left to the Top orientation. |
| RIGHT_BOTTOM | 7 | Right to the Bottom orientation. |
| RIGHT_TOP | 6 | Right to the Top orientation. |
| TOP_LEFT | 1 | Top to the Left orientation. |
| TOP_RIGHT | 2 | Top to the Right orientation. |
System.Object
System.ValueType
System.Enum
ImageGear.Core.ImGearOrientationModes