InkCanvas::SetEnabledGestures Method (IEnumerable<ApplicationGesture>^)
.NET Framework (current version)
Sets the application gestures that the InkCanvas will recognize.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- applicationGestures
-
Type:
System.Collections.Generic::IEnumerable<ApplicationGesture>^
A collection of application gestures that the InkCanvas will recognize.
| Exception | Condition |
|---|---|
| InvalidOperationException | The IsGestureRecognizerAvailable property is false. |
.NET Framework
Available since 3.0
Available since 3.0
Show: