Share via


HandType Enumeration

Enumerates the ways in which a hand can be identified.

Syntax

public enum class HandType
public enum HandType
var handType = WindowsPreview.Kinect.Input.HandType.lEFT;

Members

Member Value Description
LEFT The user's left hand.
NONE The hand is not identified as a right or left hand.
RIGHT The user's right hand.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace