Class ShapeTool
Allows you to create polygon or polyline geometries with a geometric shape by using a single drag interaction.
Implements
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ShapeTool : GeometryEditorTool, INotifyPropertyChanged
Remarks
Create a new shape tool using Create(Shape
You can select different Geometry
You can also use this tool to add new geometric shaped parts to existing polygon or polyline geometries by
setting Allowtrue
in the Configuration and calling
Start(Geometry). You cannot use Shape
By default, this tool does not display vertices or mid-vertices because you do not interact with individual
vertices using this tool. The appearance can be customized by changing
Properties
Name | Description |
---|---|
Configuration | Gets or sets the defines the set of interactive operations enabled when using this tool. |
Shape |
Gets the type of geometric shape drawn by this tool, set at instantiation using Create(Shape |
Methods
Name | Description |
---|---|
Create(Shape |
Create a Shape |
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 |