GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SizeSchemeForPolygon Class

Properties defining the symbology scheme used to visualize polygon features driven by attribute data. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPolygon”>ArcGIS Maps SDK for JavaScript</a>

public record SizeSchemeForPolygon : dymaptic.GeoBlazor.Pro.Model.SizeScheme, dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygon>

Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPolygon

Implements dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme, System.IEquatable<SizeSchemeForPolygon>

Constructors

SizeSchemeForPolygon(SizeSchemeForPoint, SizeSchemeForPolygonBackground, double) Constructor

Properties defining the symbology scheme used to visualize polygon features driven by attribute data. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPolygon”>ArcGIS Maps SDK for JavaScript</a>

public SizeSchemeForPolygon(dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint Marker, dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygonBackground Background, double Opacity);

Parameters

Marker SizeSchemeForPoint

The scheme defining the symbology of the marker symbol used to represent polygon features by size. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPolygon”>ArcGIS Maps SDK for JavaScript</a>

Background SizeSchemeForPolygonBackground

The schema defining the backgound symbol of the feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPolygon”>ArcGIS Maps SDK for JavaScript</a>

Opacity System.Double

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

Properties

SizeSchemeForPolygon.Background Property

The schema defining the backgound symbol of the feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPolygon”>ArcGIS Maps SDK for JavaScript</a>

public dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygonBackground Background { get; init; }

Property Value

SizeSchemeForPolygonBackground

SizeSchemeForPolygon.Marker Property

The scheme defining the symbology of the marker symbol used to represent polygon features by size. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#SizeSchemeForPolygon”>ArcGIS Maps SDK for JavaScript</a>

public dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint Marker { get; init; }

Property Value

SizeSchemeForPoint

SizeSchemeForPolygon.Opacity Property

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

public double Opacity { get; init; }

Property Value

System.Double