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

Description

Specifies the end angle for this pie object.

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

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

See Also