Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditShape.SetRotationAngle(Single) Method

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

#Declaration

Delphi
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