TdxSpreadSheetContainerTransform.RotationAngle Property
In This Article
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 Rotation |
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