Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean value indicating if the capture status of the Kinect Toolkit input element has changed.
Syntax
public:
property bool HasCaptureChanged {
bool get ();
void set (bool value);
}
public bool HasCaptureChanged { get; set; }
var hasCaptureChanged = manipulatableModel.hasCaptureChanged;
manipulatableModel.hasCaptureChanged = hasCaptureChanged;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
True if the capture status of the Kinect Toolkit input element has changed; otherwise false.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
ManipulatableModel Class
Microsoft.Kinect.Toolkit.Input Namespace