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

Style configuration component for bubble visualizations on map layers. Provides detailed control over bubble appearance including fill colors, stroke properties, and visual effects. Children: MapLayerBubbleSettingsStyleFill, MapLayerBubbleSettingsStyleStroke.

Definition

Constructors

C#
public MapLayerBubbleSettingsStyle()

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 visual styling properties for bubble elements on the map layer. Use this to configure fill colors, border styles, opacity, and other appearance settings for data bubbles. Children: MapLayerBubbleSettingsStyleFill, MapLayerBubbleSettingsStyleStroke.

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