FMX.Colors.TColorPicker.RotationAngle

From RAD Studio API Documentation

Delphi

property RotationAngle: Single read GetRotationAngle write SetRotationAngle default 0;

C++

__property RotationAngle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorPicker

Description

Specifies the amount (in degrees) by which the control is rotated from the x-axis. {{#multireplace:FMX.Colors.TColorPicker.RotationAngle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.RotationAngle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.RotationAngle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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