GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SizeSchemeForPolygonBackgroundOutline Class

Properties for defining the outline of the background fill symbol.
ArcGIS Maps SDK for JavaScript

public class SizeSchemeForPolygonBackgroundOutline :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygonBackgroundOutline>

Inheritance System.Object 🡒 SizeSchemeForPolygonBackgroundOutline

Implements System.IEquatable<SizeSchemeForPolygonBackgroundOutline>

Constructors

SizeSchemeForPolygonBackgroundOutline(MapColor, Nullable) Constructor

Properties for defining the outline of the background fill symbol.
ArcGIS Maps SDK for JavaScript

public SizeSchemeForPolygonBackgroundOutline(dymaptic.GeoBlazor.Core.Model.MapColor? Color=null, System.Nullable<int> Width=null);

Parameters

Color dymaptic.GeoBlazor.Core.Model.MapColor

The outline color of the background fill symbol.
ArcGIS Maps SDK for JavaScript

Width System.Nullable<System.Int32>

The width of the background fill symbol’s outline in pixels or points.
ArcGIS Maps SDK for JavaScript

Properties

SizeSchemeForPolygonBackgroundOutline.Color Property

The outline color of the background fill symbol.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.MapColor? Color { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.MapColor

SizeSchemeForPolygonBackgroundOutline.Width Property

The width of the background fill symbol’s outline in pixels or points.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Width { get; set; }

Property Value

System.Nullable<System.Int32>