Enum SketchCreationMode
Determines the type of geometry and how it will be created by the Sketch
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 Add |
Point | Sketches a Map |
Polygon | Sketches a Polygon using a series of Add |
Polyline | Sketches a Polyline using a series of Add |
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.7 |
.NET | 100.13 - 200.7 |
.NET Windows | 100.13 - 200.7 |
.NET Android | 200.0 - 200.7 |
.NET iOS | 200.0 - 200.7 |
.NET Framework | 100.0 - 200.7 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.7 |