Click or drag to resize

CursorsCached Method

Gets a cached cursor with the specified type

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

Parameters

type
Type: Eto.FormsCursorType
Type of cursor to get

Return Value

Type: Cursor
A cached instance of the specified cursor
See Also