Vcl.Touch.GestureCtrls.TGesturePreview.AnimateLongDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateLongDelay: Integer read FAnimateLongDelay write SetAnimateLongDelay default 500;

C++

__property AnimateLongDelay = {default=500};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGesturePreview

Description

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

Vcl.Touch.GestureCtrls.TGesturePreview.AnimateLongDelay inherits from Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimateLongDelay. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimateLongDelay.

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