Property AllowPartSelection
AllowPartSelection
Gets or sets a value indicating whether to allow a part of a Multipart geometry (Polyline or Polygon) to be
selected interactively, false
otherwise. Default is true
.
Declaration
public bool AllowPartSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
If true
, you can tap on the edge of a polygon or polyline GeometryEditorGeometry in order to the select
the part.
Whether true
or false
, a part can be selected by SelectPart(Int64). Parts are also selected
after creation using a FreehandTool.
SetAllowSelection(Boolean) sets this property.
See Also
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 |