Share via


CursorViewModel.Model Property

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