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
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 300.0 |
| .NET Windows | 200.3 - 300.0 |
| .NET Android | 200.3 - 300.0 |
| .NET iOS | 200.3 - 300.0 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |