Share via


CursorModel.CursorState Property

Gets a value indicating the current state of the cursor.

Syntax

public:
property CursorState CursorState {
         CursorState get ();
}
public CursorState CursorState { get; }
var cursorState = cursorModel.cursorState;

Property value

Type: CursorState
A value indicating the current state of the cursor.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace