API:FMX.CalendarEdit.TCalendarEdit.RotationAngle
Delphi
property RotationAngle;
C++
__property RotationAngle _DEPRECATED_ATTRIBUTE0 = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.CalendarEdit.pas FMX.CalendarEdit.hpp |
FMX.CalendarEdit | TCalendarEdit |
Description
Specifies the amount (in degrees) by which the control is rotated from the x-axis.
FMX.CalendarEdit.TCalendarEdit.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.