FMX.Layers3D.TLayout3D.RotationAngle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RotationAngle;

C++

__property RotationAngle;

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayout3D

Description

Represents the normalized angles at which the control is rotated around its axes.

FMX.Layers3D.TLayout3D.RotationAngle inherits from FMX.Controls3D.TControl3D.RotationAngle. All content below this line refers to FMX.Controls3D.TControl3D.RotationAngle.

Represents the normalized angles at which the control is rotated around its axes.

RotationAngle determines the rotation degrees of the control around its axes (X, Y, and Z).

Note: The values of RotationAngle are normalized, which means the range of the values is from -360 through 360.

See Also