MapControls
Class
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:
C#
public class MapControls : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentMapControls
Implements:
Inherited Members
Constructors
C#
public MapControls()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
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.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }