FMX.Ani.TRectAnimation.StopValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property StopValue: TBounds read FStopRect write SetStopRect;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TRectAnimation

説明

このプロパティのアニメーションが、指定の値に到達した際に、停止します。

制御されるプロパティの値のアニメーションは、StopValue の値で完了します。 Duration の秒数が経過する前にStop が呼び出された場合、プロパティの値は、StopValue 値までジャンプします。

関連項目