Show / Hide Table of Contents

Class GeometryEditorGrowEffect

The GeometryEditorGrowEffect is used to control which geometry editor elements have the grow effect applied to them.

Inheritance
System.Object
GeometryEditorGrowEffect
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 GeometryEditorGrowEffect
Remarks

Tap interaction based tools that use an InteractionConfiguration or a ReticleInteractionConfiguration can use the GeometryEditorGrowEffect to override the interaction configuration and disable the grow effect when a GeometryEditorVertex or GeometryEditorMidVertex is hovered.

When using the ProgrammaticReticleTool the GeometryEditorGrowEffect is used to control which GeometryEditorElement grows when hovered.

For tools that use a reticle, such as the ProgrammaticReticleTool and the ReticleVertexTool, the target of the next interaction is considered to be the element hovered over by the reticle.

For tools that do not use a reticle, the target of the next interaction is considered to be the element hovered over by the pointer.

Constructors

Name Description
GeometryEditorGrowEffect()

Initializes a new instance of the GeometryEditorGrowEffect class.

Properties

Name Description
ApplyToMidVertices

Gets or sets a value indicating whether the grow effect is applied to a GeometryEditorMidVertex element when it is the target of the next interaction, false otherwise.

ApplyToVertices

Gets or sets a value indicating whether the grow effect is applied to a GeometryEditorVertex element when it is the target of the next interaction, false otherwise.

Applies to

TargetVersions
.NET Standard 2.0200.8
.NET200.8
.NET Windows200.8
.NET Android200.8
.NET iOS200.8
.NET Framework200.8
UWP200.8
In This Article
Back to top Copyright © 2022 Esri.