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.
ArcGIS Maps SDK for JavaScript

public class 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.
ArcGIS Maps SDK for JavaScript

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.
ArcGIS Maps SDK for JavaScript

Background SizeSchemeForPolygonBackground

The schema defining the backgound symbol of the feature.
ArcGIS Maps SDK for JavaScript

Opacity System.Double

The opacity of the symbol.
ArcGIS Maps SDK for JavaScript

Properties

SizeSchemeForPolygon.Background Property

The schema defining the backgound symbol of the feature.
ArcGIS Maps SDK for JavaScript

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

Property Value

SizeSchemeForPolygonBackground

SizeSchemeForPolygon.Marker Property

The scheme defining the symbology of the marker symbol used to represent polygon features by size.
ArcGIS Maps SDK for JavaScript

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

Property Value

SizeSchemeForPoint

SizeSchemeForPolygon.Opacity Property

The opacity of the symbol.
ArcGIS Maps SDK for JavaScript

public double Opacity { get; set; }

Property Value

System.Double