HandState Enumeration

Possible hand states.

Syntax

public enum class HandState
public enum HandState
var handState = WindowsPreview.Kinect.HandState.closed;

Members

Member Value Description
Closed The hand is closed.
Lasso The hand is in the lasso state.
NotTracked Hand state is not tracked.
Open The hand is open.
Unknown The state of the hand is unknown.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace