Share via


KinectGestureRecognizer.IsActive Property

Gets a value that indicates whether an interaction is being processed.

Syntax

public:
property bool IsActive {
         bool get ();
}
public bool IsActive { get; }
var isActive = kinectGestureRecognizer.isActive;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

True if the interaction (including inertia) is still being processed; otherwise false. The default value is false.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectGestureRecognizer Class
WindowsPreview.Kinect.Input Namespace