Kendo.Mvc.UI.Fluent.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<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsEditableSettingsToolFactory<T,T>>)
Specifies the the toolbar tools. Predefined tools are:
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramShapeDefaultsEditableSettingsToolFactory>
The action that configures the tools.