maze-project
Show / Hide Table of Contents

Class Pointer

The static Pointer class manages application pointers

Inheritance
object
Pointer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

In this article
Back to top Generated by DocFX