FMX.Ani.TFloatAnimation.StartValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property StartValue: Single read FStartFloat write FStartFloat stored True nodefault;

C++

__property float StartValue = {read=FStartFloat, write=FStartFloat, stored=true};

Propriétés

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

Description

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

Pour un TFloatAnimation, StartValue est un nombre réel Single contenant la valeur à partir de laquelle commencer à animer la propriété contrôlée. Si StartFromCurrent vaut True, StartValue est réaffectée à la valeur en cours de la propriété lorsque l'animation démarre.

Voir aussi