ZoomBarMapTool¶
Namespace: ThinkGeo.UI.Blazor
Provides access to the zoom bar UI control within a MapView.
public class ZoomBarMapTool : MapTool, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender
Inheritance Object → ComponentBase → MapTool → ZoomBarMapTool
 Implements IComponent, IHandleEvent, IHandleAfterRender
Properties¶
Location¶
Gets or sets the location where the zoom bar should be displayed.
public ZoomBarLocation Location { get; set; }
Property Value¶
Id¶
Gets or sets the unique identifier used to track this tool. Defaults to a new GUID.
public string Id { get; set; }
Property Value¶
Constructors¶
ZoomBarMapTool()¶
public ZoomBarMapTool()
Methods¶
OnInitialized()¶
Registers the tool with the parent MapView before rendering begins.
protected void OnInitialized()