Click or drag to resize

Cursor Constructor (CursorType)

Initializes a new instance of the Cursor class with the specified type.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Cursor(
	CursorType type
)

Parameters

type
Type: Eto.FormsCursorType
Type of cursor.
See Also