TappedEventArgs.TapCount Property

Definition

Gets the number of times the tap interaction was detected.

public:
 property unsigned int TapCount { unsigned int get(); };
uint32_t TapCount();
public uint TapCount { get; }
var uInt32 = tappedEventArgs.tapCount;
Public ReadOnly Property TapCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The total number of taps.

Applies to