Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsSettingsBuilder
Defines the fluent API for configuring the DiagramConnectionDefaultsSettings settings.
Methods
Content(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsContentSettingsBuilder<T,T>>)
Defines the label displayed on the connection path.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsContentSettingsBuilder>
The action that configures the content.
Editable(System.Boolean)
Defines the editing behavior of the connections.
Parameters
enabled System.Boolean
Enables or disables the editable option.
Editable(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEditableSettingsBuilder<T,T>>)
Defines the editing behavior of the connections.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEditableSettingsBuilder>
The action that configures the editable.
EndCap(System.String)
The connection end cap type.
Parameters
type System.String
The end cap type.
EndCap(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEndCapSettingsBuilder<T,T>>)
The connection end cap configuration or type name.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsEndCapSettingsBuilder>
The action that configures the endcap.
Hover(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsHoverSettingsBuilder<T,T>>)
Defines the hover configuration.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsHoverSettingsBuilder>
The action that configures the hover.
Selectable(System.Boolean)
Specifies if the connection can be selected.
Parameters
value System.Boolean
The value that configures the selectable.
Selection(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsSelectionSettingsBuilder<T,T>>)
Defines the connection selection configuration.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsSelectionSettingsBuilder>
The action that configures the selection.
StartCap(System.String)
The connection start cap type.
Parameters
type System.String
The start cap type.
StartCap(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsStartCapSettingsBuilder<T,T>>)
The connection start cap configuration or type name.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsStartCapSettingsBuilder>
The action that configures the startcap.
Stroke(System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsStrokeSettingsBuilder<T,T>>)
Defines the stroke configuration.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramConnectionDefaultsStrokeSettingsBuilder>
The action that configures the stroke.
Type(Kendo.Mvc.UI.DiagramConnectionType)
The connections type.
Parameters
value Kendo.Mvc.UI.DiagramConnectionType
The value that configures the type.
FromConnector(System.String)
The default source connector.
Parameters
value System.String
The value that configures the default source connector.
ToConnector(System.String)
The default target connector.
Parameters
value System.String
The value that configures the default target connector.