Indicates the rotation and mirroring of text in a text mark.
Members
Member | Description |
BottomLeft | 4 - Text within a text mark is oriented so that the top of the text is in the same direction as the bottom edge of the image.
In addition, the text is mirrored.
This is the same type as ImageGear for .NET's ImGearOrientationModes.BOTTOM_LEFT.
It is similar to NotateXpress's (version 10) TextOrientation.Degree180 except that the text is mirrored. |
BottomRight | 3 - Text within a text mark is oriented so that the top of the text is in the same direction as the bottom edge of the image.
In other words, this could be described as an "upside down" orientation.
This is the same type as NotateXpress's (version 10) TextOrientation.Degree180 and ImageGear for .NET's ImGearOrientationModes.BOTTOM_RIGHT. |
LeftBottom | 8 - Text within a text mark is oriented so that the top of the text is in the same direction as the left edge of the image.
In other words, this could be described as a "rotated counterclockwise" orientation.
This is the same type as NotateXpress's (version 10) TextOrientation.Degree270 and ImageGear for .NET's ImGearOrientationModes.LEFT_BOTTOM. |
LeftTop | 5 - Text within a text mark is oriented so that the top of the text is in the same direction as the left edge of the image.
In addition, the text is mirrored.
This is the same type as ImageGear for .NET's ImGearOrientationModes.LEFT_TOP.
It is similar to NotateXpress's (version 10) TextOrientation.Degree270 except that the text is mirrored. |
RightBottom | 7 - Text within a text mark is oriented so that the top of the text is in the same direction as the right edge of the image.
In addition, the text is mirrored.
This is the same type as ImageGear for .NET's ImGearOrientationModes.RIGHT_BOTTOM.
It is similar to NotateXpress's (version 10) TextOrientation.Degree90 except that the text is mirrored. |
RightTop | 6 - Text within a text mark is oriented so that the top of the text is in the same direction as the right edge of the image.
In other words, this could be described as a "rotated clockwise" orientation.
This is the same type as NotateXpress's (version 10) TextOrientation.Degree90 and ImageGear for .NET's ImGearOrientationModes.RIGHT_TOP. |
TopLeft | 1 - Text within a text mark is oriented so that the top of the text is in the same direction as the top edge of the image.
In other words, this could be described as a "normal" orientation.
This is the same type as NotateXpress's (version 10) TextOrientation.Degree0 and ImageGear for .NET's ImGearOrientationModes.TOP_LEFT. |
TopRight | 2 - Text within a text mark is oriented so that the top of the text is in the same direction as the top edge of the image.
In addition, the text is mirrored.
This is the same type as ImageGear for .NET's ImGearOrientationModes.TOP_RIGHT.
It is similar to NotateXpress's (version 10) TextOrientation.Degree0 except that the text is mirrored. |
Inheritance Hierarchy
Object
ImageGear.Web.UI.Orientation
See Also