GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SizeSchemeForPointOutline Class

Properties for defining the outline of the marker symbol. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPoint”>ArcGIS Maps SDK for JavaScript</a>

public record SizeSchemeForPointOutline : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPointOutline>

Inheritance System.Object 🡒 SizeSchemeForPointOutline

Implements System.IEquatable<SizeSchemeForPointOutline>

Constructors

SizeSchemeForPointOutline(MapColor, Nullable<int>) Constructor

Properties for defining the outline of the marker symbol. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPoint”>ArcGIS Maps SDK for JavaScript</a>

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

Parameters

Color dymaptic.GeoBlazor.Core.Model.MapColor

The outline color of the marker symbol. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPoint”>ArcGIS Maps SDK for JavaScript</a>

Width System.Nullable<System.Int32>

The width of the marker symbol in pixels or points. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPoint”>ArcGIS Maps SDK for JavaScript</a>

Properties

SizeSchemeForPointOutline.Color Property

The outline color of the marker symbol. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPoint”>ArcGIS Maps SDK for JavaScript</a>

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

Property Value

dymaptic.GeoBlazor.Core.Model.MapColor

SizeSchemeForPointOutline.Width Property

The width of the marker symbol in pixels or points. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPoint”>ArcGIS Maps SDK for JavaScript</a>

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

Property Value

System.Nullable<System.Int32>