GeoBlazor Pro
layout: pro title: SizeSchemeBackground parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
SizeSchemeBackground Class
The schema defining the background symbol of the feature. This is a fill symbol.
public class SizeSchemeBackground :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeBackground>
Inheritance System.Object 🡒 SizeSchemeBackground
Implements System.IEquatable<SizeSchemeBackground>
Constructors
SizeSchemeBackground(MapColor, SchemeOutline) Constructor
The schema defining the background symbol of the feature. This is a fill symbol.
public SizeSchemeBackground(dymaptic.GeoBlazor.Core.Objects.MapColor Color, dymaptic.GeoBlazor.Pro.Model.SchemeOutline Outline);
Parameters
Color
dymaptic.GeoBlazor.Core.Objects.MapColor
The color of the fill symbol representing the polygon.
Outline
SchemeOutline
Properties for defining the outline of the background fill symbol.
Properties
SizeSchemeBackground.Color Property
The color of the fill symbol representing the polygon.
public dymaptic.GeoBlazor.Core.Objects.MapColor Color { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Objects.MapColor
SizeSchemeBackground.Outline Property
Properties for defining the outline of the background fill symbol.
public dymaptic.GeoBlazor.Pro.Model.SchemeOutline Outline { get; set; }