Share via


ManipulatableModel.Element Property

Gets the object that represents the Kinect Toolkit input element.

Syntax

public:
property Object^ Element {
         Object^ get ();
}
public ObjectElement { get; }
var element = manipulatableModel.element;

Property value

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

Type: Object
Type: Object
Type: Object

 

The object that represents the Kinect Toolkit input element.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

ManipulatableModel Class
Microsoft.Kinect.Toolkit.Input Namespace