Class ReticleInteractionConfiguration
Defines the set of interactive operations you can enable or disable for a ReticleVertexTool.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ReticleInteractionConfiguration : INotifyPropertyChangedConstructors
| Name | Description | 
|---|---|
| ReticleInteractionConfiguration() | Initializes a new instance of the ReticleInteractionConfiguration class. | 
Properties
| Name | Description | 
|---|---|
| AllowDeletingSelectedElement | Gets or sets a value indicating whether the selected GeometryEditorElement can be interactively deleted. Default is  | 
| AllowMidVertexSelection | Gets or sets a value indicating whether a mid-vertex of a polygon or polyline can be interactively selected. Default is  | 
| AllowMovingSelectedElement | Gets or sets a value indicating whether the selected GeometryEditorElement can be interactively moved. Default is  | 
| AllowPartCreation | Gets or sets a value indicating whether you can interactively create a new part in a polyline or polygon. Default is  | 
| AllowVertexCreation | Gets or sets a value indicating whether to allow a vertex to be created interactively. Default is  | 
| AllowVertexSelection | Gets or sets a value indicating whether to allow vertices to be selected interactively. Default is  | 
Events
| Name | Description | 
|---|---|
| PropertyChanged | Occurs when a non-dependency property value changes. | 
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 | 
| .NET | 200.5 - 200.8 | 
| .NET Windows | 200.5 - 200.8 | 
| .NET Android | 200.5 - 200.8 | 
| .NET iOS | 200.5 - 200.8 | 
| .NET Framework | 200.5 - 200.8 | 
| UWP | 200.5 - 200.8 |