<kendo:diagram-connection-point>
Sets the intermediate points (in global coordinates) of the connection. These points cannot be manipulated by user action.
Example
<kendo:diagram-connection-points>
<kendo:diagram-connection-point></kendo:diagram-connection-point>
</kendo:diagram-connection-points>
Configuration Attributes
x float
Sets the X coordinate of the intermediate point.
Example
<kendo:diagram-connection-point x="x">
</kendo:diagram-connection-point>
y float
Sets the Y coordinate of the intermediate point.
Example
<kendo:diagram-connection-point y="y">
</kendo:diagram-connection-point>