When editing a polygon, I want to only allow moving existing vertices. I can hide the midpoints of the polygon using Style, but still clicking in the exterior of the polygon creates a new point. Ideally there would be a property of configuration "AllowAddingNewVertices" and "AllowMovingVertices", but I don't see any.
How could I block creation of new points?