ScrollViewer::OnStylusSystemGesture Method (StylusSystemGestureEventArgs^)

 

Called when a tap gesture initiated by a stylus is detected.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnStylusSystemGesture(
	StylusSystemGestureEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::StylusSystemGestureEventArgs^

The StylusSystemGestureEventArgs that contains information about the gesture.

Used internally to make decisions about panning.

.NET Framework
Available since 4.6.1
Return to top
Show: