Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimateShortDelay

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AnimateShortDelay: Integer read FAnimateShortDelay  write SetAnimateShortDelay default 75;

C++

__property int AnimateShortDelay = {read=FAnimateShortDelay, write=SetAnimateShortDelay, default=75};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Spécifie le délai de l'animation.

Utilisez AnimateShortDelay pour définir le nombre de millisecondes que le contrôle prévisualiseur de mouvements attend avant de dessiner le cadre suivant. Une valeur supérieure de AnimateShortDelay spécifie un cycle d'animation plus long, et offre aux utilisateurs un plus de temps pour visualiser le chemin d'accès du mouvement en cours.

Voir aussi