<kendo:diagram-connection-to>

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.

Example

<kendo:diagram-connection>
    <kendo:diagram-connection-to></kendo:diagram-connection-to>
</kendo:diagram-connection>

Configuration Attributes

x float

Defines the point x value.

Example

<kendo:diagram-connection-to x="x">
</kendo:diagram-connection-to>

y float

Defines the point y value.

Example

<kendo:diagram-connection-to y="y">
</kendo:diagram-connection-to>
In this article
Not finding the help you need?