Vcl.Touch.GestureCtrls.TGesturePreview.AnimateShortDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateShortDelay;

C++

__property AnimateShortDelay = {default=75};

Properties

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

Description

Specifies the animation delay.

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

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