Vcl.Touch.GestureCtrls.TGesturePreview.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animate: Boolean read FAnimate write SetAnimate default 1;

C++

__property Animate = {default=1};

Properties

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

Description

Specifies whether the gesture preview is animated.

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

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