SpatialTappedEventArgs.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.
The tap number represented by this gesture, either 1 or 2.
public:
property unsigned int TapCount { unsigned int get(); };
uint32_t TapCount();
public uint TapCount { get; }
var uInt32 = spatialTappedEventArgs.tapCount;
Public ReadOnly Property TapCount As UInteger
Property Value
The tap count.
Remarks
A TapCount of 2 requires setting a SpatialGestureSettings value of DoubleTap.