FMX.Objects.TEllipse.RotationCenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RotationCenter: TPosition read GetRotationCenter write SetRotationCenter;

C++

__property RotationCenter;

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TEllipse

Description

Specifies the position of the pivot point of the control.

FMX.Objects.TEllipse.RotationCenter inherits from FMX.Controls.TControl.RotationCenter. All content below this line refers to FMX.Controls.TControl.RotationCenter.

Specifies the position of the pivot point of the control.

The coordinates of the rotation center take values in the range from 0 through 1. The point with the coordinates (0,0) corresponds to the upper-left corner of the control, the point with the coordinates (1,1) corresponds to the lower-right corner of the control. The default center of rotation is (0.5, 0.5).

Values outside of [0,0] and [1,1] can be clipped in some descendant classes.

To set the rotation angle, use RotationAngle.

See Also