lineSymbol property

ArcGISSymbol? lineSymbol

The symbol used to draw the current geometry when editing polyline geometries, and the outline of the geometry when editing polygon geometries.

The default value is a solid red SimpleLineSymbol.

Implementation

ArcGISSymbol? get lineSymbol => _lineSymbol.value;
void lineSymbol=(ArcGISSymbol? value)

Implementation

set lineSymbol(ArcGISSymbol? value) => _lineSymbol.value = value;