DiagramShapeDefaultsEditableSettingsBuilder
Defines the fluent API for configuring the DiagramShapeDefaultsEditableSettings settings.
Methods
Connect(System.Boolean)
Specifies whether the connectors should appear on hover.
Parameters
value - System.Boolean
The value that configures the connect.
Drag(System.Boolean)
Specifies if the shapes can be dragged.
Parameters
value - System.Boolean
The value that configures the drag.
Remove(System.Boolean)
Specifies if the shapes 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<DiagramShapeDefaultsEditableSettingsToolFactory>
The action that configures the tools.