Class Pointer
The static Pointer class manages application pointers
Inherited Members
Namespace: Maze.Maui.Controls.Pointer
Assembly: Maze.Maui.Controls.dll
Syntax
public static class Pointer
Methods
SetCursor(VisualElement, Icon)
Sets the icon to be displayed for a given visual element when a pointer hovers over it
Declaration
public static void SetCursor(VisualElement visualElement, Icon icon)
Parameters
| Type | Name | Description |
|---|---|---|
| VisualElement | visualElement | Visual element |
| Icon | icon | Icon to be displayed on hover |