dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Symbols

LineSymbol Class

Abstract class. Line symbols are used to draw Polyline features in a FeatureLayer in a 2D MapView.
ArcGIS Maps SDK for JavaScript

public abstract class LineSymbol : dymaptic.GeoBlazor.Core.Components.Symbols.Symbol

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Symbol 🡒 LineSymbol

Derived
↳ SimpleLineSymbol

Properties

LineSymbol.Width Property

The width of the symbol in points.

public System.Nullable<double> Width { get; set; }

Property Value

System.Nullable<System.Double>