dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Symbols
LineSymbol 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.Model.Dimension? Width { get; set; }
Property Value
Methods
LineSymbol.GetWidth() Method
Asynchronously retrieve the current value of the Width property.
public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.Dimension?> GetWidth();
Returns
System.Threading.Tasks.Task<Dimension>
LineSymbol.SetWidth(Dimension) Method
Asynchronously set the value of the Width property after render.
public System.Threading.Tasks.Task SetWidth(dymaptic.GeoBlazor.Core.Model.Dimension? value);
Parameters
value
Dimension
The value to set.