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 : INotifyPropertyChanged
Constructors
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, |
AllowMidVertexSelection | Gets or sets a value indicating whether a mid-vertex of a polygon or polyline can be interactively selected, |
AllowMovingSelectedElement | Gets or sets a value indicating whether the selected GeometryEditorElement can be interactively moved, |
AllowPartCreation | Gets or sets a value indicating whether you can interactively create a new part in a polyline or polygon, |
AllowVertexCreation | Gets or sets a value indicating whether to allow a vertex to be created interactively, |
AllowVertexSelection | Gets or sets a value indicating whether to allow vertices to be selected interactively, |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when a non-dependency property value changes. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |