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
Type |
---|
ToolbarItemPointerActions |
Exited
Pointer exited the toolbar item.
Declaration
public const ToolbarItemPointerActions Exited
Field Value
Type |
---|
ToolbarItemPointerActions |
Moved
Pointer moved inside the toolbar item.
Declaration
public const ToolbarItemPointerActions Moved
Field Value
Type |
---|
ToolbarItemPointerActions |
Pressed
Pointer pressed the toolbar item.
Declaration
public const ToolbarItemPointerActions Pressed
Field Value
Type |
---|
ToolbarItemPointerActions |
Released
Pointer released the toolbar item.
Declaration
public const ToolbarItemPointerActions Released
Field Value
Type |
---|
ToolbarItemPointerActions |