SpatialTappedEventArgs.TapCount Property

Definition

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

UInt32

unsigned int

uint32_t

The tap count.

Remarks

A TapCount of 2 requires setting a SpatialGestureSettings value of DoubleTap.

Applies to