Click or drag to resize

Cursors Class

Provides direct access to a cached set of cursors for use within your application
Inheritance Hierarchy
SystemObject
  Eto.FormsCursors

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class Cursors

The Cursors type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberArrow
Standard arrow cursor
Public propertyStatic memberCrosshair
Cursor with a cross hair
Public propertyStatic memberDefault
Default cursor, which is usually an arrow but may be different depending on the control
Public propertyStatic memberHorizontalSplit
Horizontal sizing cursor
Public propertyStatic memberIBeam
I-beam cursor for selecting text or placing the text cursor
Public propertyStatic memberMove
All direction move cursor
Public propertyStatic memberPointer
Pointer cursor, which is usually a hand
Public propertyStatic memberVerticalSplit
Vertical sizing cursor
Top
Methods
  NameDescription
Public methodStatic memberCached
Gets a cached cursor with the specified type
Public methodStatic memberClearCache
Clears the cursor cache
Top
Remarks
This provides a preferred method of getting cursors as opposed to creating new instances directly via Cursor, as it will cache the cursors and only create one shared instance.
See Also