layout: default title: HomeWidget parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
HomeWidget Class
Provides a simple widget that switches the View to its initial Viewpoint or a previously defined viewpoint.
ArcGIS Maps SDK for JavaScript
public class HomeWidget : dymaptic.GeoBlazor.Core.Components.Widgets.Widget
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Widget 🡒 HomeWidget
Properties
HomeWidget.Label Property
The widget’s default label.
public string? Label { get; set; }
Property Value
HomeWidget.WidgetType Property
The type of widget
public override string WidgetType { get; }