Specifies ImageGear orientation modes.
Syntax
Members
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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Core.ImGearOrientationModes
See Also