Skip to main content

IdxRichEditShape.SetRotationAngle(Single) Method

Rotates the floating picture or text box at the specified angle in degrees.

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