ITopLevelImplSetCursor Method

Sets the cursor associated with the toplevel.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetCursor(
	ICursorImpl? cursor
)

Parameters

cursor  ICursorImpl
The cursor. Use null for default cursor

See Also