Property VertexSymbol
VertexSymbol
Gets or sets the symbol used to draw the vertices of the current geometry when editing any geometry type.
Declaration
public Symbol VertexSymbol { get; set; }
Property Value
Type | Description |
---|---|
Symbol | The symbol used to draw the vertices of the current geometry when editing any geometry type. |
Remarks
Setting a larger symbol can help users on touch devices select and work with vertices, especially for field apps where users may wear thick gloves that work with touch screens.
If null
, the vertices of the geometry are not explicitly displayed. By default when using a FreehandTool,
this is null
, as you work with geometry parts instead of individual vertices. For a VertexTool or
ReticleVertexTool, consider your workflow carefully before setting this property to null
, as you must
be able to see vertices in order to select, move, or otherwise interact with them.
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 |