Property AllowVertexSelection
AllowVertexSelection
Gets or sets a value indicating whether to allow vertices to be selected interactively. Default is true
.
Declaration
public bool AllowVertexSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
If true
, you can tap on a vertex to select it.
To prevent vertices from being selected interactively by tapping on the vertex, while still allowing
programmatic selection, set AllowVertexSelection to false
.
Whether true
or false
, a vertex may still become selected in other ways, for example by a call to
SelectVertex(Int64, Int64), or when a new vertex is created.
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 |