ClassMapLayerMarkerSettings
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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class MapLayerMarkerSettings : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapLayerMarkerSettings
Implements:
Inherited Members
Constructors
MapLayerMarkerSettings()
Declaration
public MapLayerMarkerSettings()
Properties
ChildContent
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.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns