| ControlIHandlerCursor 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
SyntaxCursor Cursor { get; set; }Property Cursor As Cursor
	Get
	Set
abstract Cursor : Cursor with get, set
Property Value
Type: 
CursorThe mouse cursor
 See Also
See Also