Vcl.Touch.GestureCtrls.TCustomGesturePreview.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animate: Boolean read FAnimate write SetAnimate default True;

C++

__property bool Animate = {read=FAnimate, write=SetAnimate, default=1};

Properties

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

Description

Specifies whether the gesture preview is animated.

Use Animate to specify whether the gesture preview is animated. If the value of Animate is true, the gesture preview control animates a colored dot that follows the gesture path.

See Also