FMX.Ani.TColorAnimation.StartValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartValue: TAlphaColor read FStartColor write FStartColor;

C++

__property System::Uitypes::TAlphaColor StartValue = {read=FStartColor, write=FStartColor, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TColorAnimation

Description

Starts the animation of this property from this value.

For a TColorAnimation, 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.

See Also