DiagramConnectionEditableSettingsBuilder
Methods
Tools(System.Action)
Specifies the connection toolbar tools. The built-in tools are: Edit() and Delete().
Parameters
configurator - System.Action<DiagramConnectionEditableSettingsToolFactory>
The action that configures the tools.
Drag(System.Boolean)
Specifies if the connection can be dragged.
Parameters
value - System.Boolean
The value that configures the drag.
Remove(System.Boolean)
Specifies if the connection can be removed.
Parameters
value - System.Boolean
The value that configures the remove.
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.
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 action that configures the points.