SpatialGestureRecognizer.GestureSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.