Share via


BodyHandPair.HandType Property

Gets or sets the hand type of a BodyHandPair.

Syntax

public:
property HandType HandType {
         HandType get ();
         void set (HandType value);
}
public HandType HandType { get; set; }
var handType = bodyHandPair.handType;
bodyHandPair.handType = handType;

Property value

Type: HandType
The hand type

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

BodyHandPair Class
WindowsPreview.Kinect.Input Namespace