Share via


PhysicalGestureRecognizer.GestureSettings Property

Definition

public:
 property GestureSettings GestureSettings { GestureSettings get(); void set(GestureSettings value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
GestureSettings GestureSettings();

void GestureSettings(GestureSettings value);
[Windows.Foundation.Metadata.Experimental]
public GestureSettings GestureSettings { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var gestureSettings = physicalGestureRecognizer.gestureSettings;
physicalGestureRecognizer.gestureSettings = gestureSettings;
Public Property GestureSettings As GestureSettings

Property Value

Attributes

Applies to