Show / Hide Table of Contents

Class SimpleLineSymbol

A basic color and pattern used to represent polyline features on a map. Use the Color, Style, and Width Properties to modify its appearance.

Inheritance
Object
Symbol
LineSymbol
SimpleLineSymbol
Implements
INotifyPropertyChanged
LineSymbol.Color
LineSymbol.Width
LineSymbol.AntiAlias
Symbol.PropertyChanged
Symbol.FromJson(String)
Symbol.ToJson()
Symbol.Clone()
Symbol.CreateSwatchAsync(Double)
Symbol.CreateSwatchAsync(Color, Double)
Symbol.CreateSwatchAsync(Int32, Int32, Single, Color, Geometry)
Symbol.CreateSwatchAsync(Int32, Int32, Double, Color)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SimpleLineSymbol : LineSymbol, INotifyPropertyChanged

Constructors

Name Description
SimpleLineSymbol()

Initializes a new instance of the SimpleLineSymbol class.

SimpleLineSymbol(SimpleLineSymbolStyle, Color, Double)

Initializes a new instance of the SimpleLineSymbol class.

Properties

Name Description
MarkerPlacement

Gets or sets the simple line symbol end marker placement of the simple line symbol.

MarkerStyle

Gets or sets the simple line symbol end marker style of the simple line symbol.

Style

Gets or sets the Line symbol style

Methods

Name Description
ToMultilayerSymbol()

Converts a SimpleLineSymbol to a MultilayerPolylineSymbol.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

Relevant samples

Change feature layer renderer: Change the appearance of a feature layer with a renderer.
Edit and sync features: Synchronize offline edits with a feature service.
In This Article
Back to top Copyright © 2021 Esri.