Click or drag to resize
DigitalRuneThemeCursorCursor Property
Gets or sets the cursor.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Object Cursor { get; set; }

Property Value

Type: Object
The cursor.
Remarks
This object must be of type System.Windows.Forms.Cursor. (The type Object is used to avoid referencing System.Windows.Forms.dll in this portable library.)
See Also