Enum ShapeToolType
The shapes that can be created by using a Shape
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ShapeToolType
Fields
Name | Description |
---|---|
Arrow | Allows you to drag on a map view to define the corners of a bounding box within which an arrow-shaped geometry fits. The created arrow shape is aligned along the horizontal axis, pointing in the direction of the drag. To
create arrows pointing in other directions, ensure Allow |
Ellipse | Allows you to drag on a map view to define the center point and a point on the circumference of an ellipse-shaped geometry. To create a circular shape, use this value in combination with a Configuration
Scale |
Rectangle | Allows you to drag on a map view to define the corners of a bounding box within which a rectangle-shaped geometry fits. To create a square shape, use this value in combination with a Configuration
Scale |
Triangle | Allows you to drag on a map view to define the center point and a corner of a triangle-shaped geometry.
The created triangle shape is aligned along the vertical axis, pointing opposite to the direction of the
drag. To create triangles pointing in other directions, ensure
Allow
To create an equilateral triangle, use this value in combination with a Configuration
Scale |
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 |