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

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

Constructors

C#
public MapLayerShapeSettingsStyle()

Properties

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.

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

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>