dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ColorBackground Class
Represents the background color of the WebMap when displayed in a MapView.
ArcGIS Maps SDK for JavaScript
public class ColorBackground :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ColorBackground>
Inheritance System.Object 🡒 ColorBackground
Implements System.IEquatable<ColorBackground>
Constructors
ColorBackground(MapColor) Constructor
Represents the background color of the WebMap when displayed in a MapView.
ArcGIS Maps SDK for JavaScript
public ColorBackground(dymaptic.GeoBlazor.Core.Model.MapColor? Color=null);
Parameters
Color
MapColor
The color of the background.
default black
ArcGIS Maps SDK for JavaScript
Properties
ColorBackground.Color Property
The color of the background.
default black
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MapColor? Color { get; set; }