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.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |