[]
Specifies the alignment of slanted text within the target rectangle.
public enum SlantedTextAlignment
Public Enum SlantedTextAlignment
| Name | Description |
|---|---|
| AboveRotatedInside | Text appears above the rectangle side rotated to the same angle as text. The side below the text is rotated inside the rectangle. |
| AboveRotatedOutside | Text appears above the rectangle side rotated to the same angle as text. The side below the text is rotated outside the rectangle. |
| BelowRotatedInside | Text appears below the rectangle side rotated to the same angle as text. The side above the text is rotated inside the rectangle. |
| BelowRotatedOutside | Text appears below the rectangle side rotated to the same angle as text. The side above the text is rotated outside the rectangle. |
| CenterInsideOutside | Text appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated inside the rectangle. |
| CenterOutsideInside | Text appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated outside the rectangle. |