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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class MapLayerShapeSettings : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapLayerShapeSettings
Implements:
Inherited Members
Constructors
C#
public MapLayerShapeSettings()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
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; }