FMX.Ani.TIntAnimation.StopValue

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

Delphi

property StopValue: Integer read FStopValue write FStopValue stored True nodefault;

C++

__property int StopValue = {read=FStopValue, write=FStopValue, stored=true, nodefault};

プロパティ

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

説明

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

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

関連項目

コード サンプル