Enum ToolbarItem
Specifies the items that are to be shown in the zooming toolbar in maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ToolbarItem
Fields
| Name | Description |
|---|---|
| Pan | Defines the toolbar item for pan operation. |
| Reset | Defines the toolbar item for reset to initial state operation. |
| Zoom | Defines the toolbar item for selection zoom operation. |
| ZoomIn | Defines the toolbar item for zoom-in operation. |
| ZoomOut | Defines the toolbar item for zoom-out operation. |