Property SnappedToLineSymbol
SnappedToLineSymbol
Gets or sets the symbol used to indicate an edge (segment) of a graphic or feature geometry during an interactive edit, when the GeometryEditor has snapped the interaction position to that edge.
Declaration
public Symbol SnappedToLineSymbol { get; set; }
Property Value
Type | Description |
---|---|
Symbol | The symbol used to indicate an edge (segment) of a graphic or feature geometry during an interactive edit, when the GeometryEditor has snapped the interaction position to that edge. |
Remarks
This symbol is shown when an edge (segment) is the best candidate to snap the edit position to. It may be shown in addition to SnappedToVertexSymbol, because the end of a segment effectively shares the same position as the vertices that define the start and end of that segment.
The default value is a solid orange line.
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 |