Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.13 KB

gesturerecognizer_crossslideexact.md

File metadata and controls

28 lines (17 loc) · 1.13 KB
-api-id -api-type
P:Microsoft.UI.Input.GestureRecognizer.CrossSlideExact
winrt property

Microsoft.UI.Input.GestureRecognizer.CrossSlideExact

-description

Gets or sets a value that indicates whether the exact distance from initial contact to end of the cross-slide interaction is reported.

-property-value

A value that indicates whether the exact distance from initial contact to end of the cross-slide interaction is reported.

-remarks

By default, a small distance threshold is subtracted from the first position reported by the system for cross-slide interactions. This distance threshold is intended to account for any slight movement of the contact after initial detection. It helps the system differentiate between cross-sliding and panning, and helps ensure that a tap gesture is not interpreted as either. If this flag is set, the distance threshold is not subtracted from the initial position.

For more details on this API, please see the the UWP WinRT CrossSlideExact topic.

-see-also

-examples