Share via


GestureRecognizer.CanBeDoubleTap(PointerPoint) Method

Definition

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.

public:
 virtual bool CanBeDoubleTap(PointerPoint ^ value) = CanBeDoubleTap;
bool CanBeDoubleTap(PointerPoint const& value);
public bool CanBeDoubleTap(PointerPoint value);
function canBeDoubleTap(value)
Public Function CanBeDoubleTap (value As PointerPoint) As Boolean

Parameters

value
PointerPoint

The last input pointer.

Returns

Boolean

bool

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

Applies to