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

DiagramConnectionBuilder

Methods

Content(System.Action)

Defines the connection content settings.

Parameters

configurator - System.Action<DiagramConnectionContentSettingsBuilder>

The configurator for the content setting.

Editable(System.Action)

Defines the shape editable options.

Parameters

configurator - System.Action<DiagramConnectionEditableSettingsBuilder>

The configurator for the editable setting.

Editable(System.Boolean)

Defines the shape editable options.

Parameters

enabled - System.Boolean

Enables or disables the editable option.

EndCap(System.Action)

The connection end cap configuration or type name.

Parameters

configurator - System.Action<DiagramConnectionEndCapSettingsBuilder>

The configurator for the endcap setting.

From(System.Action)

Defines the source of the connection. You can set this property to a value matching a shape id or to an object with XY-coordinates.

Parameters

configurator - System.Action<DiagramConnectionFromSettingsBuilder>

The configurator for the from setting.

FromConnector(System.String)

Specifies the name of the source shape connector that should be used by the connection.

Parameters

value - System.String

The value for FromConnector

Hover(System.Action)

Defines the hover configuration.

Parameters

configurator - System.Action<DiagramConnectionHoverSettingsBuilder>

The configurator for the hover setting.

Points(System.Action)

Sets the intermediate points (in global coordinates) of the connection. These points cannot be manipulated by user action.

Parameters

configurator - System.Action<DiagramConnectionPointFactory>

The configurator for the points setting.

Selection(System.Action)

Defines the connection selection configuration.

Parameters

configurator - System.Action<DiagramConnectionSelectionSettingsBuilder>

The configurator for the selection setting.

StartCap(System.Action)

The connection start cap configuration or type name.

Parameters

configurator - System.Action<DiagramConnectionStartCapSettingsBuilder>

The configurator for the startcap setting.

Stroke(System.Action)

Defines the stroke configuration.

Parameters

configurator - System.Action<DiagramConnectionStrokeSettingsBuilder>

The configurator for the stroke setting.

To(System.Action)

Defines the target of the connection. You can set this property to a value matching a shape id or to an object with XY-coordinates.

Parameters

configurator - System.Action<DiagramConnectionToSettingsBuilder>

The configurator for the to setting.

ToConnector(System.String)

Specifies the name of the target shape connector that should be used by the connection.

Parameters

value - System.String

The value for ToConnector

Type(Kendo.Mvc.UI.DiagramConnectionType)

The connection type.

Parameters

value - DiagramConnectionType

The value for Type

In this article
Not finding the help you need?