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

Configuration component for shape visualization settings on map layers. Controls how geographic shapes (polygons, polylines, points) are displayed, including styling and data binding options. Children: MapLayerShapeSettingsStyle.

Definition

Constructors

C#
public MapLayerShapeSettings()

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 shape rendering configuration and styling options for vector map data. Use this to configure shape data sources, field mappings, and visual appearance settings for geographic features. Children: MapLayerShapeSettingsStyle.

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