Property Tool
Tool
Gets or sets the tool defining how you interact with the view to create and edit the Geometry.
Declaration
public GeometryEditorTool Tool { get; set; }Property Value
| Type | Description | 
|---|---|
| GeometryEditorTool | The tool defining how you interact with the view to create and edit the Geometry. | 
Remarks
The default value is a VertexTool with all interactive operations enabled, providing a common way of editing points, multipoints, polygons, and polylines.
The tool can be replaced while a GeometryEditor is started (IsStarted = true), enabling a combination of tools to be used to edit a geometry.
See Also
Applies to
Platforms and versions
| 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 |