FMX.Ani.TGradientAnimation.StartValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartValue: TGradient read FStartGradient write SetStartGradient;

C++

__property Fmx::Graphics::TGradient* StartValue = {read=FStartGradient, write=SetStartGradient};

Properties

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

Description

Starts the animation of this property from this value.

For a TGradientAnimation, StartValue is a color gradient 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