GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SizeSchemeForPointOutline Class

Properties for defining the outline of the marker symbol. ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 SizeSchemeForPointOutline

Implements System.IEquatable<SizeSchemeForPointOutline>

Constructors

SizeSchemeForPointOutline(MapColor, Nullable) Constructor

Properties for defining the outline of the marker symbol. ArcGIS Maps SDK for JavaScript

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

Parameters

Color MapColor

The outline color of the marker symbol. ArcGIS Maps SDK for JavaScript

Width System.Nullable<System.Int32>

The width of the marker symbol in pixels or points. ArcGIS Maps SDK for JavaScript

Properties

SizeSchemeForPointOutline.Color Property

The outline color of the marker symbol. ArcGIS Maps SDK for JavaScript

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

Property Value

MapColor

SizeSchemeForPointOutline.Width Property

The width of the marker symbol in pixels or points. ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Int32>