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 JS API

public class HomeWidget : dymaptic.GeoBlazor.Core.Components.Widgets.Widget

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Widget 🡒 HomeWidget

Properties

HomeWidget.IconClass Property

The widget’s default CSS icon class.

public string? IconClass { get; set; }

Property Value

System.String

HomeWidget.Label Property

The widget’s default label.

public string? Label { get; set; }

Property Value

System.String

HomeWidget.WidgetType Property

The type of widget

public override string WidgetType { get; }

Property Value

System.String