Share via


KinectPointerPoint.Properties Property

Gets extended information about the input pointer.

Syntax

public:
property KinectPointerPointProperties^ Properties {
         KinectPointerPointProperties^ get ();
}
public KinectPointerPointPropertiesProperties { get; }
var properties = kinectPointerPoint.properties;

Property value

Type: KinectPointerPointProperties
The extended properties exposed by the input device.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPoint Class
WindowsPreview.Kinect.Input Namespace