GestureRecognizer.CrossSliding Event

Occurs when a user performs a slide or swipe gesture (through a single touch contact) within a content area that supports panning along a single axis only. The gesture must occur in a direction that is perpendicular to this panning axis.

Syntax

public:
event TypedEventHandler<GestureRecognizer^ , CrossSlidingEventArgs^ >^ CrossSliding {
         EventRegistrationToken add (TypedEventHandler<GestureRecognizer^ , CrossSlidingEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

CrossSlide must be set in the GestureSettings property to support CrossSliding.

CrossSliding distance thresholds are disabled by default. Use CrossSlideThresholds to set these values.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace