Class ReticleVertexTool
Allows you to edit geometries in a GeometryEditor using a GeometryEditorReticle, ideal for precise editing with snapping on a touch screen using tap driven interactions.
Implements
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ReticleVertexTool : ReticleTool, INotifyPropertyChanged
Remarks
The ReticleVertexTool is recommended for a precise, vertex-based geometry editing on touch devices when using the GeometryEditor. This tool can be used to create and edit Multipoint, MapPoint, Polygon, and Polyline geometries, by adding and moving individual vertices using the Reticle.
Use the Configuration properties to customize the possible interactions - for example, you can configure a tool specifically for moving vertices only, or for adding vertices only. For more information, and to learn more about how these interactions work, see ReticleInteractionConfiguration.
To provide the ability to move, resize, and rotate whole geometries, or parts of multipart geometries, you can change the current Tool to a VertexTool instead, while keeping the current state of the Geometry.
Constructors
Name | Description |
---|---|
ReticleVertexTool() | Initializes a new instance of the ReticleVertexTool class. |
Properties
Name | Description |
---|---|
Configuration | Gets or sets the set of interactive operations enabled when using this tool. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 - 200.8 |
.NET | 200.5 - 200.8 |
.NET Windows | 200.5 - 200.8 |
.NET Android | 200.5 - 200.8 |
.NET iOS | 200.5 - 200.8 |
.NET Framework | 200.5 - 200.8 |
UWP | 200.5 - 200.8 |