DiagramConnectionDefaultsEditableSettingsBuilder
Defines the fluent API for configuring the DiagramConnectionDefaultsEditableSettings settings.
Methods
Drag(System.Boolean)
Specifies if the connections can be dragged.
Parameters
value - System.Boolean
The value that configures the drag.
Remove(System.Boolean)
Specifies if the connections can be removed.
Parameters
value - System.Boolean
The value that configures the remove.
Tools(System.Action)
Specifies the the toolbar tools. Predefined tools are:
Parameters
configurator - System.Action<DiagramConnectionDefaultsEditableSettingsToolFactory>
The action that configures the tools.