Class GeometryEditorGrowEffect
The GeometryEditorGrowEffect is used to control which geometry editor elements have the grow effect applied to them.
Inheritance
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, |
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, |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.8 |
.NET | 200.8 |
.NET Windows | 200.8 |
.NET Android | 200.8 |
.NET iOS | 200.8 |
.NET Framework | 200.8 |
UWP | 200.8 |