Enum SimpleLineSymbolStyle
Uses predefined patterns and colors to symbolize graphics and features that have polyline geometry.
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SimpleLineSymbolStyle
Remarks
Simple line symbols display graphics using predefined line style patterns such as Solid, Dash, or Dot.
Fields
| Name | Description |
|---|---|
| Dash | Dash |
| DashDot | Dash-Dot |
| DashDotDot | Dash-Dot-Dot |
| Dot | Dot |
| LongDash | Dash-Dot-Dot |
| LongDashDot | Dash-Dot |
| Null | Null |
| ShortDash | Dash-Dot-Dot |
| ShortDashDot | Dash-Dot |
| ShortDashDotDot | Dash-Dot-Dot |
| ShortDot | Dot |
| Solid | Solid |
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 |