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 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