FMX.Ani.TRectAnimation.StartValue
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 です。 StartFromCurrent が True の場合、StartValue は、アニメーションが開始される際に、プロパティの現在値が割り当てられます。