[]
Specifies the alignment of rotated text within the target rectangle.
public enum RotatedTextAlignment
Public Enum RotatedTextAlignment
| Name | Description |
|---|---|
| BottomCenter | Centered text is aligned to the bottom of the target rectangle. |
| BottomLeft | Text appears at the bottom-left corner of the target rectangle. |
| BottomRight | Text appears at the bottom-right corner of the target rectangle. |
| MiddleCenter | Text appears at the center of the target rectangle. |
| MiddleLeft | Text appears at the middle left within the target rectangle. |
| MiddleRight | Text appears at the middle right within the target rectangle. |
| TopCenter | Centered text is aligned to the top of the target rectangle. |
| TopLeft | Text appears at the top-left corner of the target rectangle. |
| TopRight | Text appears at the top-right corner of the target rectangle. |