layout: default title: BasemapLayerListWidgetVisibleElements parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
BasemapLayerListWidgetVisibleElements Class
The visible elements that are displayed within the widget. This property provides the ability to turn individual elements of the widget’s display on/off.
ArcGIS Maps SDK for JavaScript
public class BasemapLayerListWidgetVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 BasemapLayerListWidgetVisibleElements
Properties
BasemapLayerListWidgetVisibleElements.BaseLayers Property
Indicates whether to the base layers will be displayed. Default is true.
public System.Nullable<bool> BaseLayers { get; set; }
Property Value
System.Nullable<System.Boolean>
BasemapLayerListWidgetVisibleElements.Errors Property
Indicates whether layer load errors will be displayed. Default is false.
public System.Nullable<bool> Errors { get; set; }
Property Value
System.Nullable<System.Boolean>
BasemapLayerListWidgetVisibleElements.ReferenceLayers Property
Indicates whether the reference layers will be displayed. Default is true.
public System.Nullable<bool> ReferenceLayers { get; set; }
Property Value
System.Nullable<System.Boolean>
BasemapLayerListWidgetVisibleElements.StatusIndicators Property
Indicates whether to the status indicators will be displayed. Default is true.
public System.Nullable<bool> StatusIndicators { get; set; }