layout: default title: LegendStyle parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

LegendStyle Class

The widget legend style, sets the display style of the legend widget.
ArcGIS Maps SDK for JavaScript

public class LegendStyle : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LegendStyle

Properties

LegendStyle.Layout Property

The legend style layout when there are multiple legends

public System.Nullable<dymaptic.GeoBlazor.Core.Components.Widgets.LegendStyleLayout> Layout { get; set; }

Property Value

System.Nullable<LegendStyleLayout>

LegendStyle.Type Property

The Legend style type.

public System.Nullable<dymaptic.GeoBlazor.Core.Components.Widgets.LegendStyleType> Type { get; set; }

Property Value

System.Nullable<LegendStyleType>