IdxRichEditShape.SetRotationAngle(Single) Method
Declaration
procedure SetRotationAngle(const Value: Single);
Parameters
| Name | Type |
|---|---|
| Value | Single |
Remarks
Pass a positive or negative value as the Value parameter to rotate the floating shape clockwise or counterclockwise, respectively.
The SetRotationAngle is the RotationAngle property’s setter.
See Also