Vcl.Controls.TCustomTouchManager.InteractiveGestureOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InteractiveGestureOptions: TInteractiveGestureOptions  read FInteractiveGestureOptions write FInteractiveGestureOptions stored IsInteractiveGestureOptionsStored;

C++

__property TInteractiveGestureOptions InteractiveGestureOptions = {read=FInteractiveGestureOptions, write=FInteractiveGestureOptions, stored=IsInteractiveGestureOptionsStored, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Specifies the set of options used for interactive gestures associated with the owning control.

Use the InteractiveGestureOptions property to access a set of options for the interactive gestures associated with the control owning this TCustomTouchManager.

See Also