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 class 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 dymaptic.GeoBlazor.Core.Model.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; set; }

Property Value

dymaptic.GeoBlazor.Core.Model.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; set; }

Property Value

System.Nullable<System.Int32>