Property RequireSelectionBeforeMove
RequireSelectionBeforeMove
Gets or sets a value indicating whether to require a Geometryfalse
.
Declaration
public bool RequireSelectionBeforeMove { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Remarks
By default, you can select and immediately move an element in one gesture. Some users may find this can lead
to an increase in accidental element moves when editing. By setting this to true
, this can reduce the
possibility of accidental moves. Alternatively, you may wish to provide access to Undo()
and Redo() to provide easy correction of accidental edits.
If false
, the behavior of a drag gesture depends on the current Tool. For a
Vertex
This property applies if and only if Allowtrue
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |