Body.HandLeftState Property

Gets the status of the body's left hand state.

Syntax

public:
property HandState HandLeftState {
         HandState get ();
}
public HandState HandLeftState { get; }
var handLeftState = body.handLeftState;

Property value

Type: HandState
The status of the body's left hand.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace