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.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |