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