ITopLevelImpl.

SetCursor(ICursorImpl) Method

Summary

Sets the cursor associated with the toplevel.
Namespace
Avalonia.Platform
Containing Type
ITopLevelImpl

Syntax

void SetCursor(ICursorImpl cursor)

Parameters

Name Type Description
cursor ICursorImpl The cursor. Use null for default cursor

Return Value

Type Description
void