FMX.Ani.TBitmapAnimation.StopValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property StopValue: TBitmap read FStopBitmap write SetStopBitmap;

C++

__property Fmx::Graphics::TBitmap* StopValue = {read=FStopBitmap, write=SetStopBitmap};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TBitmapAnimation

Beschreibung

Beendet die Animation dieser Eigenschaft bei Erreichen dieses Bitmap-Bildes.

Die Animation des Bitmap-Bildes der gesteuerten Eigenschaft wird beim Wert von StopValue beendet. Wenn Stop vor dem Ablauf der in Duration angegebenen Sekunden aufgerufen wird, wird der Wert der Eigenschaft auf StopValue gesetzt.

Siehe auch