MapTool¶
Namespace: ThinkGeo.UI.Blazor
An abstract class which represents the tool for map.
public abstract class MapTool : Microsoft.AspNetCore.Components.ComponentBase, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender
Inheritance Object → ComponentBase → MapTool
Implements IComponent, IHandleEvent, IHandleAfterRender
Properties¶
Id¶
public string Id { get; set; }
Property Value¶
Methods¶
InitAsync()¶
protected Task InitAsync()
Returns¶
OnAfterRenderAsync(Boolean)¶
protected Task OnAfterRenderAsync(bool firstRender)
Parameters¶
firstRender
Boolean