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
[Obsolete("Use GeometryEditor with GeometryType instead")]
public enum SketchCreationMode
Fields
| Name | Description |
|---|---|
| Arrow | Sketches a Polygon in an arrow shape by dragging from initial touch point and letting go to desired size. |
| Circle | Sketches a Polygon in a 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 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |