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:
C#
public class MapLayerBubbleSettingsStyle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapLayerBubbleSettingsStyle
Implements:
Inherited Members
Constructors
C#
public MapLayerBubbleSettingsStyle()
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; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: