Show: Delphi
C++
Display Preferences
FMX.Types.TControl.RotationAngle
From XE3 API Documentation
Delphi
property RotationAngle: Single read FRotationAngle write SetRotationAngle;
C++
__property float RotationAngle = {read=FRotationAngle, write=SetRotationAngle};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Specifies the amount (in degrees) by which the control is rotated from the x-axis.
Positive angles correspond to clockwise rotation. For counterclockwise rotation, use negative values.
To set the rotation center, use RotationCenter.