Share via


KinectHoldingState Enumeration

Specifies the state of the Holding event.

Syntax

public enum class KinectHoldingState
public enum KinectHoldingState
var kinectHoldingState = WindowsPreview.Kinect.Input.KinectHoldingState.canceled;

Members

Member Value Description
Canceled An additional contact is detected, a subsequent gesture (such as a slide) is detected, or the CompleteGesture method is called.
Completed The single contact is lifted.
Started A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace