FMX.Types.TCustomTouchManager.InteractiveGestures
Delphi
property InteractiveGestures: TInteractiveGestures  read FInteractiveGestures write SetInteractiveGestures stored IsInteractiveGesturesStored;
C++
__property TInteractiveGestures InteractiveGestures = {read=FInteractiveGestures, write=SetInteractiveGestures, stored=IsInteractiveGesturesStored, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp | FMX.Types | TCustomTouchManager | 
Description
Specifies the set of interactive gestures associated with the owning control.
Use the InteractiveGestures property to access the interactive gestures associated with the control owning this TCustomTouchManager.