DiagramConnectionEditableSettingsBuilder
Methods
Tools(System.Action)
Specifies the toolbar tools. Supports all options supported for the toolbar.items. Predefined tools are: "edit" - The selected item can be edited or "delete" - The selected items can be deleted.
Parameters
configurator - System.Action<DiagramConnectionEditableSettingsToolFactory>
The configurator for the tools setting.
RETURNS
Returns the current instance of DiagramConnectionEditableSettingsBuilder .
Drag(System.Boolean)
Specifies if the connection can be dragged.
Parameters
value - System.Boolean
The value for Drag
RETURNS
Returns the current DiagramConnectionEditableSettingsBuilder instance.
Remove(System.Boolean)
Specifies if the connection can be removed.
Parameters
value - System.Boolean
The value for Remove
RETURNS
Returns the current DiagramConnectionEditableSettingsBuilder instance.
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<DiagramConnectionEditablePointsSettingsBuilder>
The configurator for the points setting.
RETURNS
Returns the current instance of DiagramConnectionEditableSettingsBuilder .
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 DiagramConnectionEditablePointsSettingsBuilder .