Vcl.Touch.GestureCtrls.TCustomGesturePreview.AnimateShortDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateShortDelay: Integer read FAnimateShortDelay  write SetAnimateShortDelay default 75;

C++

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

Properties

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

Description

Specifies the animation delay.

Use AnimateShortDelay to set the number of milliseconds that the gesture preview control waits before drawing the next frame. A greater value of AnimateShortDelay specifies a longer animation cycle, giving users more time to view the actual gesture path.

See Also