New to Telerik UI for BlazorStart a free 30-day trial

Configuration component for marker display settings on map layers. Controls how point data is visualized as markers, including positioning, appearance, and interactive features like tooltips. Children: MapLayerMarkerSettingsTooltip.

Definition

Constructors

C#
public MapLayerMarkerSettings()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

Defines the configuration and styling options for map markers. Use this to set marker icons, sizes, data field bindings, and tooltip behavior for point data visualization. Children: MapLayerMarkerSettingsTooltip.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

The template of the marker.The fields which can be used in the template are: dataItem - the data object that is bound to the current marker.

C#
[Parameter]
public string Template { get; set; }