DiagramShapeEditableSettingsBuilder
Methods
Connect(System.Boolean)
Specifies whether the connectors should appear on hover. If set to false, the user will not be able to create new connections from this shape to other shapes. Also, it will not be possible to change the connector of an existing connection between this and another shape.
Parameters
value - System.Boolean
The value for Connect
Tools(System.Action)
Specifies the toolbar tools. Provides all options supported for toolbar.items. 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 degree. or "rotateAnticlockwise" - The selected items can be rotated anticlockwise. The default rotation value is 90 degree..
Parameters
configurator - System.Action<DiagramShapeEditableSettingsToolFactory>
The configurator for the tools setting.