Share via


ManipulatableModel.IsManipulatable Property

Gets a boolean value indicating whether the Kinect Toolkit input element supports manipulation gestures.

Syntax

public:
property bool IsManipulatable {
         bool get ();
}
public bool IsManipulatable { get; }
var isManipulatable = manipulatableModel.isManipulatable;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

True if the element supports manipulation gestures; otherwise false.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

ManipulatableModel Class
Microsoft.Kinect.Toolkit.Input Namespace