Share via


CursorModel.HandType Property

Gets a value indicating the type of the hand associated with the cursor.

Syntax

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

Property value

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

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace