Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimateLongDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateLongDelay: Integer read FAnimateLongDelay

C++

__property int AnimateLongDelay = {read=FAnimateLongDelay, write=SetAnimateLongDelay, default=500};

Properties

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

Description

Specifies the delay between the end and beginning of an animation cycle.

Use AnimateLongDelay to set the number of milliseconds that the gesture preview control waits before restarting the animation when the current animation cycle ends. Use a greater value for AnimateLongDelay to increase the pause time between finishing the current cycle and starting a new one.

See Also