Show / Hide Table of Contents

Class ReticleInteractionConfiguration

Defines the set of interactive operations you can enable or disable for a ReticleVertexTool.

Inheritance
System.Object
ReticleInteractionConfiguration
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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, false otherwise. Default is true.

AllowMidVertexSelection

Gets or sets a value indicating whether a mid-vertex of a polygon or polyline can be interactively selected, false otherwise. Default is true.

AllowMovingSelectedElement

Gets or sets a value indicating whether the selected GeometryEditorElement can be interactively moved, false otherwise. Default is true.

AllowPartCreation

Gets or sets a value indicating whether you can interactively create a new part in a polyline or polygon, false otherwise. Default is false.

AllowVertexCreation

Gets or sets a value indicating whether to allow a vertex to be created interactively, false otherwise. Default is true.

AllowVertexSelection

Gets or sets a value indicating whether to allow vertices to be selected interactively, false otherwise. Default is true.

Events

Name Description
PropertyChanged

Occurs when a non-dependency property value changes.

See Also

Configuration

Applies to

TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.