ClassMapControls
Container component for map control elements like zoom, navigation, and attribution controls. Provides a structured way to organize and configure the interactive controls displayed on the map interface. Children: MapControlsZoom, MapControlsNavigator, MapControlsAttribution.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class MapControls : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapControls
Implements:
Inherited Members
Constructors
MapControls()
Declaration
public MapControls()
Properties
ChildContent
Defines the child control components that will be displayed on the map. Use this to include specific controls like zoom buttons, navigation arrows, or attribution text. Children: MapControlsZoom, MapControlsNavigator, MapControlsAttribution.
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