ClassMapLayerBubbleSettingsStyle
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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class MapLayerBubbleSettingsStyle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapLayerBubbleSettingsStyle
Implements:
Inherited Members
Constructors
MapLayerBubbleSettingsStyle()
Declaration
public MapLayerBubbleSettingsStyle()
Properties
ChildContent
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.
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