Share via


KinectPointerPointProperties.IsEngaged Property

Gets a value that indicates whether the pointer point is engaged.

Syntax

public:
property bool IsEngaged {
         bool get ();
}
public bool IsEngaged { get; }
var isEngaged = kinectPointerPointProperties.isEngaged;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

A value that indicates whether the pointer point is engaged.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace