ClassMapLayerShapeSettings
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:
public class MapLayerShapeSettings : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapLayerShapeSettings
Implements:
Inherited Members
Constructors
MapLayerShapeSettings()
Declaration
public MapLayerShapeSettings()
Properties
ChildContent
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.
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