This documentation is archived and is not being maintained.
InkCanvas::Gesture Event
.NET Framework (current version)
Namespace:
System.Windows.ControlsAssembly:
PresentationFramework (in PresentationFramework.dll)
public:
event InkCanvasGestureEventHandler^ Gesture {
void add(InkCanvasGestureEventHandler^ value);
void remove(InkCanvasGestureEventHandler^ value);
}
The following example demonstrates how to set up an InkCanvas to recognize application gestures.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 3.0
Return to top