Class GeometryEditorElement
The base class for all selectable elements in a GeometryEditor.
Inheritance
System.Object
GeometryEditorElement
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class GeometryEditorElement
Remarks
SelectedElement returns an object that inherits from this base class, representing the specific type of element that is selected.
Properties
Name | Description |
---|---|
CanDelete | Gets a value indicating whether this element can be deleted interactively. |
CanMove | Gets a value indicating whether this element can be moved interactively. |
CanRotate | Gets a value indicating whether this element can be rotated interactively. |
CanScale | Gets a value indicating whether this element can be scaled interactively. |
Extent | Gets the extent of the selected element in the SpatialReference of the Geometry. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |