FMX.Types.TTransform.RotationAngle

From RAD Studio 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 TTransform

Description

Specifies the rotation angle.

RotationAngle specifies the angle for the rotation transformation.

See Also

Code Examples