DiagramSelectableSettingsBuilder
Defines the fluent API for configuring the DiagramSelectableSettings settings.
Methods
Stroke(System.Action)
Defines the selection stroke configuration.
Parameters
configurator - System.Action<DiagramSelectableStrokeSettingsBuilder>
The action that configures the stroke.
Key(Kendo.Mvc.UI.DiagramSelectableKey)
The selectable key.
Parameters
value - DiagramSelectableKey
The value that configures the key.
Multiple(System.Boolean)
Specifies if multiple selection should be enabled.
Parameters
value - System.Boolean
The value that configures the multiple selection.