| ThemeCursorCursor Property |
Gets or sets the cursor.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Object Cursor { get; set; }
Public Property Cursor As Object
Get
Set
public:
property Object^ Cursor {
Object^ get ();
void set (Object^ value);
}
member Cursor : Object with get, set
Property Value
Type:
ObjectThe 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