layout: default title: LineSymbol parent: Core Classes —

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. This value may be autocast with a string expressing size in points or pixels (e.g. 12px).

public dymaptic.GeoBlazor.Core.Objects.Dimension? Width { get; set; }

Property Value

Dimension