<kendo:diagram-connection-from>

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.

Example

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

Configuration Attributes

x float

Defines the x-coordinate of the connection source.

Example

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

y float

Defines the y-coordinate of the connection source.

Example

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