Property SnappedToVertexSymbol
SnappedToVertexSymbol
Gets or sets the symbol used to indicate a vertex of a graphic or feature geometry during an interactive edit, when the GeometryEditor has snapped the interaction position to that vertex.
Declaration
public Symbol SnappedToVertexSymbol { get; set; }
Property Value
Type | Description |
---|---|
Symbol | The symbol used to indicate a vertex of a graphic or feature geometry during an interactive edit, when the GeometryEditor has snapped the interaction position to that vertex. |
Remarks
This symbol is shown when a vertex is the best candidate to snap the edit position to. When the vertex being edited has been snapped to a vertex, the FeedbackVertexSymbol is also adjusted to this position, which may differ slightly from the (unsnapped) pointer position. This symbol is drawn on top of the FeedbackVertexSymbol.
The default value is an orange circle marker symbol.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |