Class VertexTool
Allows you to edit geometries in a GeometryEditor by interacting with individual vertices.
Implements
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class VertexTool : GeometryEditorTool, INotifyPropertyChangedRemarks
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.
If your app targets touch screen devices, you may want to consider using the ReticleVertexTool 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
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 | 
| .NET | 200.3 - 200.8 | 
| .NET Windows | 200.3 - 200.8 | 
| .NET Android | 200.3 - 200.8 | 
| .NET iOS | 200.3 - 200.8 | 
| .NET Framework | 200.3 - 200.8 | 
| UWP | 200.3 - 200.8 |