Vcl.Touch.GestureCtrls.TCustomGesturePreview.Gesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Gesture: TCustomGestureCollectionItem read FGesture write SetGesture;

C++

__property Vcl::Controls::TCustomGestureCollectionItem* Gesture = {read=FGesture, write=SetGesture};

Properties

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

Description

Specifies the gesture being previewed.

Use Gesture to specify the gesture that is being previewed by this gesture preview control. Changing the value of Gesture forces the control to restart animating if Animate is true.

See Also