StandardTool.EditEnabled Property
Gets or sets a flag indicating if the user can edit features with the mouse.
Syntax
public System.Boolean EditEnabled { get; set; }
Property Value
Default: true
True if feature editing is enabled, False otherwise.
Remarks
If this property is enabled, the user may edit one or more features, by moving them, moving individual nodes, or adding or removing nodes. Only features belonging to a MemoryDataSet may be edited.
The Alt key modifier is used to add/remove nodes. This also requires that the object is selected, and is visualized with a selection visualizer.
If Alt is not pressed, and a node symbol of a selected feature is clicked, that single node can be moved around.
If Alt is not pressed, and a feature is clicked, the tool will select it (and deselect all other features) and only move this feature. If the feature was already selected, the tool will move all selected features simultaneously, without changing the current selection.
Platforms
Windows, Linux, Android