Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 804 Bytes

gesturerecognizer_canbedoubletap_311313834.md

File metadata and controls

32 lines (19 loc) · 804 Bytes
-api-id -api-type
M:Microsoft.UI.Input.GestureRecognizer.CanBeDoubleTap(Microsoft.UI.Input.PointerPoint)
winrt method

Microsoft.UI.Input.GestureRecognizer.CanBeDoubleTap(Microsoft.UI.Input.PointerPoint)

-description

Identifies whether a tap can still be interpreted as the second tap of a double tap gesture.

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

-parameters

-param value

The last input pointer.

-returns

True, if a UI element supports the double tap gesture and the time threshold to complete the gesture has not been crossed. Otherwise, false.

-remarks

-see-also

-examples