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.
public:
event TypedEventHandler<GestureRecognizer^ , CrossSlidingEventArgs^ >^ CrossSliding {
EventRegistrationToken add (TypedEventHandler<GestureRecognizer^ , CrossSlidingEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
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.
Namespace: Windows.UI.Input
Metadata: windows.winmd