FMX.Ani.TColorAnimation.StartValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property StartValue: TAlphaColor read FStartColor write FStartColor;

C++

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

Propriétés

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

Description

Démarre l'animation de cette propriété à partir de cette valeur.

Pour un TColorAnimation, StartValue est un nombre réel de type Single contenant la valeur à partir de laquelle démarrer l'animation de la propriété contrôlée. Si StartFromCurrent vaut True, la valeur en cours de la propriété est réaffectée à StartValue au démarrage de l'animation.

Voir aussi