Share via


KinectPointerPointProperties.HandType Property

Gets a value indicating whether the hand that is associated with the pointer is a identified as a user's right hand, left hand, or neither.

Syntax

public:
property HandType HandType {
         HandType get ();
}
public HandType HandType { get; }
var handType = kinectPointerPointProperties.handType;

Property value

Type: HandType
A value indicating the hand type associated with the pointer.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace