Vcl.Controls.TTouchManager.InteractiveGestureOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InteractiveGestureOptions: TInteractiveGestureOptions read FInteractiveGestureOptions write FInteractiveGestureOptions stored IsInteractiveGestureOptionsStored;

C++

__property InteractiveGestureOptions;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TTouchManager

Description

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

Vcl.Controls.TTouchManager.InteractiveGestureOptions inherits from Vcl.Controls.TCustomTouchManager.InteractiveGestureOptions. All content below this line refers to Vcl.Controls.TCustomTouchManager.InteractiveGestureOptions.

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