GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
SizeSchemeForPolygonBackground Class
The schema defining the backgound symbol of the feature.
ArcGIS Maps SDK for JavaScript
public class SizeSchemeForPolygonBackground :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygonBackground>
Inheritance System.Object 🡒 SizeSchemeForPolygonBackground
Implements System.IEquatable<SizeSchemeForPolygonBackground>
Constructors
SizeSchemeForPolygonBackground(MapColor, SizeSchemeForPolygonBackgroundOutline) Constructor
The schema defining the backgound symbol of the feature.
ArcGIS Maps SDK for JavaScript
public SizeSchemeForPolygonBackground(dymaptic.GeoBlazor.Core.Model.MapColor? Color=null, dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygonBackgroundOutline? Outline=null);
Parameters
Color
dymaptic.GeoBlazor.Core.Model.MapColor
The color of the fill symbol representing the polygon.
ArcGIS Maps SDK for JavaScript
Outline
SizeSchemeForPolygonBackgroundOutline
Properties for defining the outline of the background fill symbol.
ArcGIS Maps SDK for JavaScript
Properties
SizeSchemeForPolygonBackground.Color Property
The color of the fill symbol representing the polygon.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MapColor? Color { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.MapColor
SizeSchemeForPolygonBackground.Outline Property
Properties for defining the outline of the background fill symbol.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygonBackgroundOutline? Outline { get; set; }