FMX.Controls.TControl.RotationAngle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RotationAngle: Single read GetRotationAngle write SetRotationAngle;

C++

__property float RotationAngle = {read=GetRotationAngle, write=SetRotationAngle};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls 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.

See Also