Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackCursor Property

Gets or sets the type of cursor to use when the mouse is hovering over the control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual Cursor Cursor { get; set; }

Property Value

Type: Cursor
The mouse cursor

Implements

ControlIHandlerCursor
See Also