IKinectControl.IsManipulatable Property

Gets a boolean value indicating whether the control receives manipulation gestures.

Syntax

public:
property bool IsManipulatable {
         bool get ();
}
public bool IsManipulatable { get; }

Property value

[C++] 
[C#] 

Type: bool
Type: bool

 

True if the control receives manipulation gestures; otherwise, false.

Remarks

Requirements

Namespace: Microsoft.Kinect.Xaml.Controls

Assembly: (in )

See also

Reference

IKinectControl Interface
Microsoft.Kinect.Xaml.Controls Namespace