FMX.Objects.TArc.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 TArc

Description

Specifies the start angle for this arc object.

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

Use StartAngle in conjunction with EndAngle to specify how to draw this arc.

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

See Also