Body.Lean Property

Gets the lean vector of the body.

Syntax

public:
property Point Lean {
         Point get ();
}
public Point Lean { get; }
var lean = body.lean;

Property value

Type: Point
The lean vector of the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace