GestureRecognizer.GestureSettings Property

Definition

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

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

void GestureSettings(GestureSettings value);
public GestureSettings GestureSettings { get; set; }
var gestureSettings = gestureRecognizer.gestureSettings;
gestureRecognizer.gestureSettings = gestureSettings;
Public Property GestureSettings As GestureSettings

Property Value

A bitwise combination of gesture and manipulation settings supported by an application.

Applies to

See also