GestureRecognizer.CanBeDoubleTap(PointerPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- value
- PointerPoint
最後一個輸入指標。
傳回
Boolean
bool
True 是表示 如果 UI 元素支援雙點選手勢,以及完成手勢的時間臨界值尚未超過。 否則為 false。