menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItemPointerActions - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved