StandardTouchTool.EditEnabled Property
Gets or sets a flag indicating if the user can edit features with touch interactions.
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.
A tap and hold gesture is used to add/remove nodes. This also requires that the object is selected, and is visualized with a selection visualizer.
If you touch a node symbol and do not wait for a tap and hold gesture to be recognized then that single node can be moved around.
If more than one feature is selected and you start a drag interaction then the tool will move all selected features simultaneously, without changing the current selection.
Platforms
Windows, Linux, Android