FMX.Styles.Objects.TActiveOpacityObject.RotationAngle
Delphi
property RotationAngle: Single read GetRotationAngle write SetRotationAngle default 0;
C++
__property RotationAngle = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Styles.Objects.pas FMX.Styles.Objects.hpp |
FMX.Styles.Objects | TActiveOpacityObject |
Description
Specifies the amount (in degrees) by which the control is rotated from the x-axis.
FMX.Styles.Objects.TActiveOpacityObject.RotationAngle inherits from FMX.Controls.TControl.RotationAngle. All content below this line refers to FMX.Controls.TControl.RotationAngle.
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.