TappedEventArgs.TapCount Property
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.
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
The total number of taps.