DiagramConnectionDefaultsSettingsBuilder

Methods

Content(System.Action)

Defines the label displayed on the connection path.

Parameters

configurator - System.Action<DiagramConnectionDefaultsContentSettingsBuilder>

The configurator for the content setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

Editable(System.Action)

Defines the editing behavior of the connections.

Parameters

configurator - System.Action<DiagramConnectionDefaultsEditableSettingsBuilder>

The configurator for the editable setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

Editable(System.Boolean)

Defines the editing behavior of the connections.

Parameters

enabled - System.Boolean

Enables or disables the editable option.

RETURNS

Returns the current instance of DiagramConnectionDefaultsEditableSettingsBuilder .

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.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

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

RETURNS

Returns the current DiagramConnectionDefaultsSettingsBuilder instance.

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.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

Selectable(System.Boolean)

Specifies if connections can be selected.

Parameters

value - System.Boolean

The value for Selectable

RETURNS

Returns the current DiagramConnectionDefaultsSettingsBuilder instance.

Selection(System.Action)

Defines the connections selection configuration.

Parameters

configurator - System.Action<DiagramConnectionDefaultsSelectionSettingsBuilder>

The configurator for the selection setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

StartCap(System.Action)

The connection start cap configuration or type name.

Parameters

configurator - System.Action<DiagramConnectionDefaultsStartCapSettingsBuilder>

The configurator for the startcap setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

Stroke(System.Action)

Defines the connection line configuration.

Parameters

configurator - System.Action<DiagramConnectionDefaultsStrokeSettingsBuilder>

The configurator for the stroke setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsSettingsBuilder .

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

RETURNS

Returns the current DiagramConnectionDefaultsSettingsBuilder instance.

Type(Kendo.Mvc.UI.DiagramConnectionType)

The connections type.

Parameters

value - DiagramConnectionType

The value for Type

RETURNS

Returns the current DiagramConnectionDefaultsSettingsBuilder instance.