FMX.Ani.TFloatAnimation.StartValue
Delphi
property StartValue: Single read FStartFloat write FStartFloat stored True nodefault;
C++
__property float StartValue = {read=FStartFloat, write=FStartFloat, stored=true};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TFloatAnimation |
Description
Starts the animation of this property from this value.
For a TFloatAnimation, StartValue is a Single real number containing the value to start animating the controlled property from. If StartFromCurrent is True, StartValue is reassigned to the current value of the property when the animation starts.