Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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