DiagramShapeDefaultsEditableSettingsBuilder
Methods
Connect(System.Boolean)
Specifies if new connections can be added using the shapes connectors.
Parameters
value - System.Boolean
The value for Connect
Drag(System.Boolean)
Specifies if the shapes can be dragged.
Parameters
value - System.Boolean
The value for Drag
Remove(System.Boolean)
Specifies if the shapes can be removed.
Parameters
value - System.Boolean
The value for Remove
Tools(System.Action)
Specifies the toolbar tools. Provides all options that are supported for toolbar.items. If set to false, no edit tools will be displayed.The predefined tools are: "edit" - The selected item can be edited.; "delete" - The selected items can be deleted.; "rotateClockwise" - The selected items can be rotated clockwise. The default rotation value is 90 degrees. or "rotateAnticlockwise" - The selected items can be rotated anticlockwise. The default rotation value is 90 degrees..
Parameters
configurator - System.Action<DiagramShapeDefaultsEditableSettingsToolFactory>
The configurator for the tools setting.