PhysicalGestureRecognizer.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.
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