Show / Hide Table of Contents

Class ReticleTool

A base class for the ReticleVertexTool and ProgrammaticReticleTool.

Inheritance
System.Object
GeometryEditorTool
ReticleTool
ProgrammaticReticleTool
ReticleVertexTool
Implements
System.ComponentModel.INotifyPropertyChanged
GeometryEditorTool.Style
GeometryEditorTool.PropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ReticleTool : GeometryEditorTool, INotifyPropertyChanged
Remarks

A GeometryEditorReticle is a visual aid used to indicate the edit position, displayed on a map view. By separating the point at which you interact with the screen from the point at which an edit takes place, you are able to clearly see where new vertices will be added before tapping the screen or pressing a button to place a vertex. Additionally, when snapping is enabled (IsEnabled), the reticle allows you to see visual snapping feedback during vertex addition and moves, without fingers or a stylus hiding the screen and the snapping feedback. The Reticle can be used to create and edit Multipoint, MapPoint, Polygon, and Polyline geometries, by adding and moving individual vertices. A default reticle is provided, which can be customized to suit your specific app appearance, style, and accessibility requirements - for more information see GeometryEditorReticle. A consistent set of default symbology appropriate for these tools is returned from Style. These tools takes a simpler approach to drawing the geometry than the VertexTool when there is a move in progress, by only displaying the state of the geometry elements accounting for the current move, and not displaying the existing position of any elements that will be affected by the move.

Properties

Name Description
Reticle

Gets or sets the reticle visual component to be used by the ReticleVertexTool.

Applies to

TargetVersions
.NET Standard 2.0200.8
.NET200.8
.NET Windows200.8
.NET Android200.8
.NET iOS200.8
.NET Framework200.8
UWP200.8
In This Article
Back to top Copyright © 2022 Esri.