ClassMapLayerShapeSettingsStyle
Style configuration component for shape visualizations on map layers. Provides detailed control over shape appearance including fill colors, stroke properties, and visual styling options. Children: MapLayerShapeSettingsStyleFill, MapLayerShapeSettingsStyleStroke.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class MapLayerShapeSettingsStyle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapLayerShapeSettingsStyle
Implements:
Inherited Members
Constructors
MapLayerShapeSettingsStyle()
Declaration
public MapLayerShapeSettingsStyle()
Properties
ChildContent
Defines the visual styling properties for shape elements on the map layer. Use this to configure fill colors, border styles, opacity, and other appearance settings for geographic shapes. Children: MapLayerShapeSettingsStyleFill, MapLayerShapeSettingsStyleStroke.
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