SpatialGestureRecognizer.GestureSettings Property

Definition

Gets the current SpatialGestureSettings for this recognizer.

public:
 property SpatialGestureSettings GestureSettings { SpatialGestureSettings get(); };
SpatialGestureSettings GestureSettings();
public SpatialGestureSettings GestureSettings { get; }
var spatialGestureSettings = spatialGestureRecognizer.gestureSettings;
Public ReadOnly Property GestureSettings As SpatialGestureSettings

Property Value

The gesture settings.

Applies to