FMX.Ani.TColorAnimation.StopValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StopValue: TAlphaColor read FStopColor write FStopColor;

C++

__property System::Uitypes::TAlphaColor StopValue = {read=FStopColor, write=FStopColor, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TColorAnimation

Description

Terminates the animation of this property when it reaches this value.

The animation of the controlled property's value completes at the value of StopValue. If Stop is called before the Duration seconds have finished, the value of the property jumps to the StopValue value.

See Also