Show: Delphi C++
Display Preferences

FMX.Types.TControl.RotationAngle

From XE2 API Documentation
Jump to: navigation, search

Delphi

property RotationAngle: Single read FRotationAngle write SetRotationAngle;

C++

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

Properties

Type Visibility Source Unit Parent
property published
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.

See Also

Personal tools
Previous Versions
Translations