Property GrowEffect
GrowEffect
Gets or sets the controls which geometry editor elements have the grow effect applied to them.
Declaration
public GeometryEditorGrowEffect GrowEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| GeometryEditorGrowEffect | Controls which geometry editor elements have the grow effect applied to them. |
Remarks
For tap interaction based tools that use an InteractionConfiguration or a ReticleInteractionConfiguration the GeometryEditorGrowEffect can be used 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.
Applies to
Platforms and versions
| 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 |