IdxRichEditShape.RotationAngle Property
In This Article
#Declaration
Delphi
property RotationAngle: Single read; write;
#Property Value
Type |
---|
Single |
#Remarks
Assign a positive or negative value (in degrees) to rotate the floating shape clockwise or counterclockwise, respectively.
Value | Example |
---|---|
0 | ![]() |
45 | ![]() |
-30 | ![]() |
The default RotationAngle property value is 0.
See Also