Body.HandRightConfidence Property

Gets the confidence of the body's right hand state.

Syntax

public:
property TrackingConfidence HandRightConfidence {
         TrackingConfidence get ();
}
public TrackingConfidence HandRightConfidence { get; }
var handRightConfidence = body.handRightConfidence;

Property value

Type: TrackingConfidence
The confidence of the body's right hand tracking state.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace