menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItem - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarItem

    Specifies the items that are to be shown in the zooming toolbar in maps.

    Inheritance
    System.Object
    ToolbarItem
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ToolbarItem : Enum

    Fields

    Pan

    Defines the toolbar item for pan operation.

    Declaration
    public const ToolbarItem Pan
    Field Value
    Type
    ToolbarItem

    Reset

    Defines the toolbar item for reset to initial state operation.

    Declaration
    public const ToolbarItem Reset
    Field Value
    Type
    ToolbarItem

    Zoom

    Defines the toolbar item for selection zoom operation.

    Declaration
    public const ToolbarItem Zoom
    Field Value
    Type
    ToolbarItem

    ZoomIn

    Defines the toolbar item for zoom-in operation.

    Declaration
    public const ToolbarItem ZoomIn
    Field Value
    Type
    ToolbarItem

    ZoomOut

    Defines the toolbar item for zoom-out operation.

    Declaration
    public const ToolbarItem ZoomOut
    Field Value
    Type
    ToolbarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved