Property TapCount
TapCount
Gets the number of consecutive taps detected.
public int TapCount { get; }
Property Value
- int
1for a single tap,2or greater for multi-tap gestures.
Gets the number of consecutive taps detected.
public int TapCount { get; }
1 for a single tap, 2 or greater for multi-tap gestures.