Property Configuration
Configuration
Gets or sets the defines the set of interactive operations enabled when using this tool.
Declaration
public InteractionConfiguration Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| InteractionConfiguration | Defines the set of interactive operations enabled when using this tool. |
Remarks
By default, the Configuration allows you to create and select vertices by tapping on the map, and also allows you to move vertices by dragging the selected vertex.
By default, it does not allow the creation of new parts, but does allow the selection, transformation, and
deletion of any existing parts if they already exist in the Geometry. Set
AllowPartCreation to true to allow you to tap on the view when there is no
current selection (SelectedElement is null) to start new parts in polyline and polygon
geometries.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |