TcxRotationAngle Type
In This Article
Enumerates rotation angles that the text and graphic primitive draw routines use.
#Declaration
Delphi
TcxRotationAngle = cxCustomCanvas.TcxRotationAngle;
#Referenced Class
Type |
---|
Tcx |
#Remarks
Options include:
Value | Description |
---|---|
ra0 | The default (that is, normal) position that corresponds to a 0 degrees angle. A text string or graphic primitive displays as is. |
ra |
A draw routine rotates a text string or object left by 90 degrees from the default position (ra0). |
ra |
A draw routine rotates a text string or object right by 90 degrees from the default position. |
ra180 | A draw routine rotates a text string or graphic primitive by 180 degrees (that is, draws it upside down). |
Note
You can use the dx
See Also