Show / Hide Table of Contents

Property MidVertexSymbol

MidVertexSymbol

Gets or sets the symbol used to draw the mid-vertices of the current geometry when editing polygon or polyline geometries.

Declaration
public Symbol? MidVertexSymbol { get; set; }
Property Value
Type Description
Symbol

The symbol used to draw the mid-vertices of the current geometry when editing polygon or polyline geometries.

Remarks

Mid-vertices do not exist in the Geometry, but instead exist only in the display, located between vertices in polygon and polyline geometries as a visual cue for interactive editing. When moved interactively, a new vertex is inserted at that LocationDisplay.

If null, no mid-vertex is displayed. In this case, you can still insert vertices between existing vertices by selecting an existing GeometryEditorVertex and tapping on the map.

Mid-vertices are not displayed on curve segments (IsCurve is true) because new vertices cannot be inserted along curve segments.

See Also
GeometryEditorMidVertex
VertexSymbol
SelectedMidVertexSymbol
AllowMidVertexSelection

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 300.0
.NET Windows200.3 - 300.0
.NET Android200.3 - 300.0
.NET iOS200.3 - 300.0
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.