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 .
Points(System.Action)
Specifies whether the connection path can be reshaped by the user. When enabled, dragging a connection handle adds or updates connection points to reflect the new route. User-defined points are shown as hollow circular markers and can be removed by double-clicking them.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEditablePointsSettingsBuilder>
The configurator for the points setting.
RETURNS
Returns the current instance of DiagramConnectionDefaultsEditableSettingsBuilder .
Points(System.Boolean)
Specifies whether the connection path can be reshaped by the user. When enabled, dragging a connection handle adds or updates connection points to reflect the new route. User-defined points are shown as hollow circular markers and can be removed by double-clicking them.
Parameters
enabled - System.Boolean
Enables or disables the points option.
RETURNS
Returns the current instance of DiagramConnectionDefaultsEditablePointsSettingsBuilder .