FMX.Objects.TPie.StartAngle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartAngle: Single read FStartAngle write SetStartAngle;

C++

__property float StartAngle = {read=FStartAngle, write=SetStartAngle};

Properties

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

Description

Specifies the start angle for this pie object.

The StartAngle start angle is measured clockwise from the x-axis.

Use StartAngle in conjunction with EndAngle to specify how to draw and fill this pie.

Notice that FMX.Controls.TControl.RotationAngle rotates the x-axis.

See Also