Defines which edit capabilities of the SketchEditor will be enabled or disabled. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.12 |
Inherits: |
Properties
- allowMove : bool
- allowPartSelection : bool
- allowVertexEditing : bool
- requireSelectionBeforeDrag : bool
- showMidVertices : bool
- vertexEditMode : Enums.SketchVertexEditMode
Signals
- allowMoveChanged()
- allowPartSelectionChanged()
- allowVertexEditingChanged()
- requireSelectionBeforeDragChanged()
- showMidVerticesChanged()
- vertexEditModeChanged()
Detailed Description
Property Documentation
Whether selection of edit tool (i.e. vertex, scale, rotate, graphic) is required before it is dragged.
Whether vertex location may also be updated by user interaction or just its selection state.
Signal Documentation
Emitted when the allowMove property changes.
Note: The corresponding handler is onAllowMoveChanged
.
Emitted when the allowPartSelection property changes.
Note: The corresponding handler is onAllowPartSelectionChanged
.
Emitted when the allowVertexEditing property changes.
Note: The corresponding handler is onAllowVertexEditingChanged
.
Emitted when the requireSelectionBeforeDrag property changes.
Note: The corresponding handler is onRequireSelectionBeforeDragChanged
.
Emitted when the showMidVertices property changes.
Note: The corresponding handler is onShowMidVerticesChanged
.
Emitted when the vertexEditMode property changes.
Note: The corresponding handler is onVertexEditModeChanged
.