New to Telerik UI for ASP.NET MVC? Download free 30-day trial

DiagramConnectionBuilder

Methods

Content(System.Action)

Defines the shapes content settings.

Parameters

configurator - System.Action<DiagramConnectionContentSettingsBuilder>

The action that configures the content.

Editable(System.Boolean)

Defines the shape editable options.

Parameters

enabled - System.Boolean

Enables or disables the editable option.

Editable(System.Action)

Defines the shape editable options.

Parameters

configurator - System.Action<DiagramConnectionEditableSettingsBuilder>

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<DiagramConnectionEndCapSettingsBuilder>

The action that configures the endcap.

From(System.Action)

Defines the source of the connection.

Parameters

configurator - System.Action<DiagramConnectionFromSettingsBuilder>

The action that configures the from.

Hover(System.Action)

Defines the hover configuration.

Parameters

configurator - System.Action<DiagramConnectionHoverSettingsBuilder>

The action that configures the hover.

Points(System.Action)

Sets the intermediate points (in global coordinates) of the connection. It's important to note that currently these points cannot be manipulated in the interface.

Parameters

configurator - System.Action<DiagramConnectionPointFactory>

The action that configures the points.

Selection(System.Action)

Defines the connection selection configuration.

Parameters

configurator - System.Action<DiagramConnectionSelectionSettingsBuilder>

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<DiagramConnectionStartCapSettingsBuilder>

The action that configures the startcap.

Stroke(System.Action)

Defines the stroke configuration.

Parameters

configurator - System.Action<DiagramConnectionStrokeSettingsBuilder>

The action that configures the stroke.

To(System.Action)

Defines the connection to.

Parameters

configurator - System.Action<DiagramConnectionToSettingsBuilder>

The action that configures the to.

Type(Kendo.Mvc.UI.DiagramConnectionType)

The connection 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.

In this article
Not finding the help you need?