Share via


KinectPointerPointProperties.IsPrimary Property

Gets a value that indicates whether the pointer is being tracked as the primary engaged user.

Syntax

public:
property bool IsPrimary {
         bool get ();
}
public bool IsPrimary { get; }
var isPrimary = kinectPointerPointProperties.isPrimary;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

A value that indicates whether the pointer is being tracked as the primary engaged user.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace