vertexTextSymbol property

ArcGISSymbol? vertexTextSymbol

The symbol used to draw vertex numbers for the current geometry. If null, no numbers are displayed.

By default when using a FreehandTool, this symbol is null.

Implementation

ArcGISSymbol? get vertexTextSymbol => _vertexTextSymbol.value;
void vertexTextSymbol=(ArcGISSymbol? value)

Implementation

set vertexTextSymbol(ArcGISSymbol? value) => _vertexTextSymbol.value = value;