Show / Hide Table of Contents

Class VertexTool

Allows you to edit geometries in a GeometryEditor by interacting with individual vertices.

Inheritance
object
GeometryEditorTool
VertexTool
Implements
INotifyPropertyChanged
GeometryEditorTool.Style
GeometryEditorTool.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class VertexTool : GeometryEditorTool, INotifyPropertyChanged
Remarks

The default Tool is a VertexTool, and is suitable for creating and editing the widest range of geometry types - Multipoint, MapPoint, Polygon, and Polyline. You create and edit these geometries by creating, selecting, and transforming individual vertices, and can also select and transform parts of Multipart (polygon and polyline) geometries. Use the Configuration properties to customize the possible interactions.

For a geometry with curve segments (HasCurves is true), you can interactively move start or end vertices of curve segments to reshape them. You cannot interactively insert vertices along curve segments (IsCurve is true) or create new curve segments. Use ReplaceGeometry(Geometry) to make specific curve segment edits.

If your app targets touch screen devices, you may want to consider using a ReticleTool instead.

Constructors

Name Description
VertexTool()

Initializes a new instance of the VertexTool class.

Properties

Name Description
Configuration

Gets or sets the defines the set of interactive operations enabled when using this tool.

See Also

FreehandTool
ShapeTool
ReticleTool
Tool

Applies to

TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 300.0
.NET Windows200.3 - 300.0
.NET Android200.3 - 300.0
.NET iOS200.3 - 300.0
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.