Enum SketchCreationMode
Determines the type of geometry and how it will be created by the SketchEditor.
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SketchCreationMode
Fields
| Name | Description |
|---|---|
| Arrow | Sketches a Polygon in a arrow shape by dragging from initial touch point and letting go to desired size. |
| Circle | Sketches a Polygon in an circular shape by dragging from initial touch point and letting go to desired size. |
| Ellipse | Sketches a Polygon in an elliptical shape by dragging from initial touch point and letting go to desired size. |
| FreehandLine | Sketches a freehand Polyline by dragging from initial touch point and letting go when done. |
| FreehandPolygon | Sketches a freehand Polygon by dragging from initial touch point and letting go when done. |
| Multipoint | Sketches a Multipoint using a series of AddCommand or tap to add vertices. |
| Point | Sketches a MapPoint using AddCommand or tap. |
| Polygon | Sketches a Polygon using a series of AddCommand or tap to add vertices. |
| Polyline | Sketches a Polyline using a series of AddCommand or tap to add vertices. |
| Rectangle | Sketches a Polygon in a screen-aligned rectangle shape by dragging from initial touch point and letting go to desired size. |
| Triangle | Sketches a Polygon in an equilateral triangle shape by dragging from initial touch point and letting go to desired size. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |