Share via


KinectCoreWindow.KinectManualEngagedHands Property

Gets a list of body hand pairs that are manually engaged.

Syntax

public:
static property IVectorView<BodyHandPair>^ KinectManualEngagedHands {
         IVectorView<BodyHandPair>^ get ();
}
public static IReadOnlyList<BodyHandPair>KinectManualEngagedHands { get; }
var kinectManualEngagedHands = WindowsPreview.Kinect.Input.KinectCoreWindow.kinectManualEngagedHands;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: IVectorView<BodyHandPair>
Type: IReadOnlyList<BodyHandPair>
Type: IVectorView<BodyHandPair>

 

A list of body hand pairs that are manually engaged.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectCoreWindow Class
WindowsPreview.Kinect.Input Namespace