Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 5.02 KB

gesturerecognizer_crosssliding.md

File metadata and controls

30 lines (20 loc) · 5.02 KB
-api-id -api-type
E:Windows.UI.Input.GestureRecognizer.CrossSliding
winrt event

Windows.UI.Input.GestureRecognizer.CrossSliding

-description

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.

Note

A swipe is a short sliding gesture that results in a selection action while the longer slide gesture crosses a distance threshold and results in a rearrange action. The swipe and slide gestures are demonstrated in the following diagram.

Diagram showing the select and drag actions.

-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.

-examples

-see-also

TypedEventHandler, CrossSlidingEventArgs, Input and interactions, User interaction mode sample, Focus visuals sample, Input: Device capabilities sample, Input: Simplified ink sample, Input: Windows 8 gestures sample, Input: XAML user input events sample, XAML scrolling, panning, and zooming sample, DirectX touch input sample, Input: Manipulations and gestures (C++) sample, Input: Touch hit testing sample, Input source identification sample, Touch injection sample, Win32 touch hit-testing sample