FMX.Ani.TRectAnimation.StartValue

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

Delphi

property StartValue: TBounds read FStartRect write SetStartRect;

C++

__property Fmx::Types::TBounds* StartValue = {read=FStartRect, write=SetStartRect};

プロパティ

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

説明

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

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

関連項目