Class SimpleLineSymbol
Creates a simple line symbol object with default values.
Implements
System.ComponentModel.INotifyPropertyChanged
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SimpleLineSymbol : LineSymbol, INotifyPropertyChangedRemarks
The default values are:
This is useful if the properties of the symbol are only known after the application is running.
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
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 200.8 | 
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.