GestureRecognizer.GestureSettings Property

Gets or sets a value that indicates the gesture and manipulation settings supported by an application.

Syntax

public:
property GestureSettings GestureSettings {
         GestureSettings get ();
         void set (GestureSettings value);
}  

Property value

Type: GestureSettings 

The gesture settings supported by an application. The value of this property is a bitwise OR of members of GestureSettings enumeration.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace