Show / Hide Table of Contents

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
SelectedVertexSymbol
VertexTextSymbol
MidVertexSymbol

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.