Class GeometryEditorTool
A base class for tools that determine how you interact with a view when editing geometries with a Geometry
Implements
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class GeometryEditorTool : INotifyPropertyChanged
Remarks
Different types of Geometry
You may wish to create multiple different tool objects in order to hold different settings, and set them into
Tool as appropriate for your workflow. For example, you could create multiple Vertex
The different tools do not correspond to different geometry types - for example the Vertex
When a Geometry
Properties
Name | Description |
---|---|
Style | Gets or sets the visual appearance of Geometry |
Events
Name | Description |
---|---|
Property |
Occurs when a non-dependency property value changes. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |