FMX.Ani.TFloatAnimation.StartValue

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

Delphi

property StartValue: Single read FStartFloat write FStartFloat stored True nodefault;

C++

__property float StartValue = {read=FStartFloat, write=FStartFloat, stored=true};

プロパティ

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

説明

このプロパティのアニメーションを、この値から開始します。

TFloatAnimation の場合、StartValue は、制御プロパティのアニメーションを開始する値を保有する、Single 実数値です。StartFromCurrentTrue の場合、StartValue は、アニメーションが開始される際に、プロパティの現在値が割り当てられます。

関連項目