FMX.Objects.TArc.EndAngle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndAngle: Single read FEndAngle write SetEndAngle;

C++

__property float EndAngle = {read=FEndAngle, write=SetEndAngle};

Properties

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

Description

Specifies the end angle for this arc object.

The EndAngle end angle is measured clockwise from the StartAngle start angle.

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

See Also