DiagramConnectionDefaultsEditableSettingsBuilder

Methods

Drag(System.Boolean)

Specifies if the connections can be dragged.

Parameters

value - System.Boolean

The value for Drag

RETURNS

Returns the current DiagramConnectionDefaultsEditableSettingsBuilder instance.

Remove(System.Boolean)

Specifies if the connections can be removed.

Parameters

value - System.Boolean

The value for Remove

RETURNS

Returns the current DiagramConnectionDefaultsEditableSettingsBuilder instance.

Tools(System.Action)

Specifies the toolbar tools. Supports all options supported for the toolbar.items. If set to false, no edit tools will be displayed.Predefined tools are: "edit" - The selected item can be edited or "delete" - The selected items can be deleted.

Parameters

configurator - System.Action<DiagramConnectionDefaultsEditableSettingsToolFactory>

The configurator for the tools setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsEditableSettingsBuilder .