FMX.Ani.TRectAnimation.StopValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StopValue: TBounds read FStopRect write SetStopRect;

C++

__property Fmx::Types::TBounds* StopValue = {read=FStopRect, write=SetStopRect};

Properties

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

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 passed, the value of the property jumps to the StopValue value.

See Also