ExpGestureRecognizer.CanBeDoubleTap(ExpPointerPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool CanBeDoubleTap(ExpPointerPoint ^ value) = CanBeDoubleTap;
bool CanBeDoubleTap(ExpPointerPoint const& value);
public bool CanBeDoubleTap(ExpPointerPoint value);
function canBeDoubleTap(value)
Public Function CanBeDoubleTap (value As ExpPointerPoint) As Boolean
Parameters
- value
- ExpPointerPoint
Returns
Boolean
bool