DiagramConnectionDefaultsSettingsBuilder
Defines the fluent API for configuring the DiagramConnectionDefaultsSettings settings.
Methods
Content(System.Action)
Defines the label displayed on the connection path.
Parameters
configurator - System.Action<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)
Defines the editing behavior of the connections.
Parameters
configurator - System.Action<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)
The connection end cap configuration or type name.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapSettingsBuilder>
The action that configures the endcap.
Hover(System.Action)
Defines the hover configuration.
Parameters
configurator - System.Action<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)
Defines the connection selection configuration.
Parameters
configurator - System.Action<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)
The connection start cap configuration or type name.
Parameters
configurator - System.Action<DiagramConnectionDefaultsStartCapSettingsBuilder>
The action that configures the startcap.
Stroke(System.Action)
Defines the stroke configuration.
Parameters
configurator - System.Action<DiagramConnectionDefaultsStrokeSettingsBuilder>
The action that configures the stroke.
Type(Kendo.Mvc.UI.DiagramConnectionType)
The connections type.
Parameters
value - 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.