Skip to content

PopupOverlay

Namespace: ThinkGeo.UI.Blazor

public class PopupOverlay : Overlay, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

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

Properties

PopupSource

Gets or sets a collection used to generate the content of the Popup.

public IEnumerable PopupSource { get; set; }

Property Value

IEnumerable

PopupSetting

Defines how to render each item from PopupSource.

public RenderFragment<object> PopupSetting { get; set; }

Property Value

RenderFragment<Object>

Id

Gets or sets the unique identifier used to register this overlay with the map. Defaults to a new GUID.

public string Id { get; set; }

Property Value

String

IsVisible

Gets or sets a value indicating whether this overlay participates in draw requests. Defaults to true.

public bool IsVisible { get; set; }

Property Value

Boolean

Constructors

PopupOverlay()

public PopupOverlay()

Methods

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnInitialized()

protected void OnInitialized()