Share via


KinectTappedEventArgs.TapCount Property

Gets the number of times the tap interaction was detected.

Syntax

public:
property uint32 TapCount {
         uint32 get ();
}
public uint TapCount { get; }
var tapCount = kinectTappedEventArgs.tapCount;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint32
Type: uint
Type: Number

 

The total number of taps.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectTappedEventArgs Class
WindowsPreview.Kinect.Input Namespace