Class ToolbarItemPointerActions
Toolbar pointer for touch or pointer action.
Inheritance
System.Object
ToolbarItemPointerActions
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public sealed class ToolbarItemPointerActions : Enum
Fields
Entered
Pointer entered the toolbar item.
Declaration
public const ToolbarItemPointerActions Entered
Field Value
Exited
Pointer exited the toolbar item.
Declaration
public const ToolbarItemPointerActions Exited
Field Value
Moved
Pointer moved inside the toolbar item.
Declaration
public const ToolbarItemPointerActions Moved
Field Value
Pressed
Pointer pressed the toolbar item.
Declaration
public const ToolbarItemPointerActions Pressed
Field Value
Released
Pointer released the toolbar item.
Declaration
public const ToolbarItemPointerActions Released