Optional properties: SimpleLineSymbolPropertiesSpecifies the cap style.
round
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html#cap)
The color of the symbol.
black
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html#color)
Specifies the join style.
round
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html#join)
Specifies the color, style, and placement of a symbol marker on the line.
Maximum allowed ratio of the width of a miter join to the line width.
2
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html#miterLimit)
Specifies the line style.
solid
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html#style)
The symbol type.
The width of the symbol in points.
0.75
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol.html#width)
Protected _getProtected _setCreates a deep clone of the symbol.
Protected notifyConverts an instance of this class to its ArcGIS portal JSON representation.
Static fromJSONGenerated using TypeDoc
SimpleLineSymbol is used for rendering 2D polyline geometries in a 2D MapView.
Read more...