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

TdxSpreadSheetContainerTransform.RotationAngle Property

Specifies the rotation angle (in degrees) of the floating container object.

#Declaration

Delphi
property RotationAngle: Double read; write;

#Property Value

Type
Double

#Remarks

Use this property to rotate the floating container around its center. Positive and negative values in degrees correspond to clockwise and counter-clockwise rotation, respectively.

The RotationAngle Property Value Example
0
45
-30

Note

The rotation is applied after the horizontal and vertical flipping transformations. Rotation cannot be applied to cell comment containers.

The default value of the RotationAngle property is 0.

See Also