When using the SketchViewModel and drawing a freehand polygon in Esri 4.x, i see it renders all these little circles (vertices?) of the active drawing segment being drawn. It looks very busy and quite jarring.

In our Esri 3.x application, when we are drawing, we are able to just render a plain line as we draw the freehand polygon which is very nice.

Is there any way to customize . Those little circles for each vertex are quite annoying and are completely different from what we were able to render with our 3.x application. we are trying to migrate to 4.x and maintain the same UI feedback as a requirement.