DiagramConnectionDefaultsSettingsBuilder
Methods
Content(System.Action)
Defines the label displayed on the connection path.
Parameters
configurator - System.Action<DiagramConnectionDefaultsContentSettingsBuilder>
The configurator for the content setting.
Editable(System.Action)
Defines the editing behavior of the connections.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEditableSettingsBuilder>
The configurator for the editable setting.
Editable(System.Boolean)
Defines the editing behavior of the connections.
Parameters
enabled - System.Boolean
Enables or disables the editable option.
EndCap(System.Action)
The connections end cap configuration. Can be set to a configuration object or a string that represents the endCap.type value.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapSettingsBuilder>
The configurator for the endcap setting.
FromConnector(System.String)
Specifies the name of the source shape connector that should be used by default. Valid values are "top", "right", "bottom", "left" and "auto".
Parameters
value - System.String
The value for FromConnector
Hover(System.Action)
Defines the default styling that is applied when the user hovers over a connection.
Parameters
configurator - System.Action<DiagramConnectionDefaultsHoverSettingsBuilder>
The configurator for the hover setting.
Selectable(System.Boolean)
Specifies if connections can be selected.
Parameters
value - System.Boolean
The value for Selectable
Selection(System.Action)
Defines the connections selection configuration.
Parameters
configurator - System.Action<DiagramConnectionDefaultsSelectionSettingsBuilder>
The configurator for the selection setting.
StartCap(System.Action)
The connection start cap configuration or type name.
Parameters
configurator - System.Action<DiagramConnectionDefaultsStartCapSettingsBuilder>
The configurator for the startcap setting.
Stroke(System.Action)
Defines the connection line configuration.
Parameters
configurator - System.Action<DiagramConnectionDefaultsStrokeSettingsBuilder>
The configurator for the stroke setting.
ToConnector(System.String)
Specifies the name of the target shape connector that should be used by default. Valid values are "top", "right", "bottom", "left" and "auto".
Parameters
value - System.String
The value for ToConnector
Type(Kendo.Mvc.UI.DiagramConnectionType)
The connections type.
Parameters
value - DiagramConnectionType
The value for Type