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 the CursorModel Class associated with the CursorViewModel.
Syntax
public:
property CursorModel^ Model {
CursorModel^ get ();
}
public CursorModelModel { get; }
var model = cursorViewModel.model;
Property value
Type: CursorModel
The CursorModel Class associated with the CursorViewModel.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace