Class MapControlsNavigator
Telerik UI MapControlsNavigator.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
MapControlsNavigator
Assembly: Telerik.Blazor.dll
Syntax
public class MapControlsNavigator : DataVizChildComponent, IDisposable
Constructors
Declaration
public MapControlsNavigator()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Enables or disables the setting.
Declaration
public Nullable<bool> Enabled { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Specifies the position of the navigation control.
Declaration
public Nullable<MapControlsPosition> Position { get; set; }
Property Value
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.OnInitialized()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|