GeoBlazor Pro
layout: pro title: SizeSchemeForPolygon parent: Pro Classes grand_parent: 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. When visualized by size, polygons are represented with marker symbols.
public class SizeSchemeForPolygon : dymaptic.GeoBlazor.Pro.Model.SizeScheme,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolygon>
Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPolygon
Implements System.IEquatable<SizeSchemeForPolygon>
Constructors
SizeSchemeForPolygon(SizeSchemeForPoint, SizeSchemeBackground, double) Constructor
Properties defining the symbology scheme used to visualize polygon features driven by attribute data. When visualized by size, polygons are represented with marker symbols.
public SizeSchemeForPolygon(dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint Marker, dymaptic.GeoBlazor.Pro.Model.SizeSchemeBackground Background, double Opacity);
Parameters
Marker
SizeSchemeForPoint
The scheme defining the symbology of the marker symbol used to represent polygon features by size.
Background
SizeSchemeBackground
The schema defining the background symbol of the feature. This is a fill symbol.
Opacity
System.Double
The opacity of the symbol.
Properties
SizeSchemeForPolygon.Background Property
The schema defining the background symbol of the feature. This is a fill symbol.
public dymaptic.GeoBlazor.Pro.Model.SizeSchemeBackground Background { get; set; }
Property Value
SizeSchemeForPolygon.Marker Property
The scheme defining the symbology of the marker symbol used to represent polygon features by size.
public dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPoint Marker { get; set; }
Property Value
SizeSchemeForPolygon.Opacity Property
The opacity of the symbol.
public double Opacity { get; set; }