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 Location
If null
, no mid-vertex is displayed. In this case, you can still insert vertices between existing vertices
by selecting an existing Geometry
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |