dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Symbols
Outline Class
A convenience subclass of SimpleLineSymbol for defining outlines of other symbols.
public class Outline : dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Symbol 🡒 LineSymbol 🡒 SimpleLineSymbol 🡒 Outline
Constructors
Outline() Constructor
Parameterless constructor for use as a Razor Component.
public Outline();
Outline(SimpleLineSymbol) Constructor
Convenience constructor for creating an outline from a SimpleLineSymbol.
public Outline(dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol symbol);
Parameters
symbol SimpleLineSymbol
Outline(MapColor, Dimension, Nullable, Nullable, Nullable, LineSymbolMarker, Nullable) Constructor
Constructor for use in C# code.
public Outline(dymaptic.GeoBlazor.Core.Model.MapColor? color=null, dymaptic.GeoBlazor.Core.Model.Dimension? width=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SimpleLineSymbolStyle> style=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.Cap> cap=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.Join> join=null, dymaptic.GeoBlazor.Core.Components.Symbols.LineSymbolMarker? marker=null, System.Nullable<double> miterLimit=null);
Parameters
color MapColor
The color of the symbol. default black ArcGIS Maps SDK for JavaScript
width Dimension
The width of the symbol in points. default 0.75 ArcGIS Maps SDK for JavaScript
style System.Nullable<SimpleLineSymbolStyle>
Specifies the line style. default solid ArcGIS Maps SDK for JavaScript
Specifies the cap style. default round ArcGIS Maps SDK for JavaScript
Specifies the join style. default round ArcGIS Maps SDK for JavaScript
marker LineSymbolMarker
Specifies the color, style, and placement of a symbol marker on the line. ArcGIS Maps SDK for JavaScript
miterLimit System.Nullable<System.Double>
Maximum allowed ratio of the width of a miter join to the line width. default 2 ArcGIS Maps SDK for JavaScript