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