FMX.Objects.TArc.EndAngle
Delphi
property EndAngle: Single read FEndAngle write SetEndAngle stored IsEndAngleStored nodefault;
C++
__property float EndAngle = {read=FEndAngle, write=SetEndAngle, stored=IsEndAngleStored};
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 combination of the StartAngle and the SweepAngle.
SweepAngle specifies the clockwise angle from StartAngle to the ending point of the arc.
Use EndAngle in conjunction with StartAngle to specify how to draw this arc.