Skip to content

MapTools

Namespace: ThinkGeo.UI.Blazor

A collection of MapTool.

public class MapTools : Microsoft.AspNetCore.Components.ComponentBase, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → MapTools
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

MeasureMapTool

Gets the Measure MapTool.

public MeasureMapTool MeasureMapTool { get; internal set; }

Property Value

MeasureMapTool

ZoomBarTool

Gets the ZoomBar MapTool.

public ZoomBarMapTool ZoomBarTool { get; internal set; }

Property Value

ZoomBarMapTool

ChildContent

public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Constructors

MapTools()

public MapTools()

Methods

OnInitialized()

protected void OnInitialized()

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder builder)

Parameters

builder RenderTreeBuilder