<kendo:diagram-connection-endCap>

The connection end cap configuration or type name.

Example

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

Configuration Attributes

fill java.lang.String

The connection end cap fill options or color. Further configuration is available via kendo:diagram-connection-endCap-fill.

Example

<kendo:diagram-connection-endCap fill="fill">
</kendo:diagram-connection-endCap>

stroke java.lang.String

The connection end cap stroke options or color. Further configuration is available via kendo:diagram-connection-endCap-stroke.

Example

<kendo:diagram-connection-endCap stroke="stroke">
</kendo:diagram-connection-endCap>

type java.lang.String

The connection end cap type.The supported values are: "none": no cap; "ArrowEnd": a filled arrow or "FilledCircle": a filled circle. You can also use "ArrowStart" for the endCap but its direction will be inversed.

Example

<kendo:diagram-connection-endCap type="type">
</kendo:diagram-connection-endCap>

Configuration JSP Tags

kendo:diagram-connection-endCap-fill

The connection end cap fill options or color.

More documentation is available at kendo:diagram-connection-endCap-fill.

Example

<kendo:diagram-connection-endCap>
    <kendo:diagram-connection-endCap-fill></kendo:diagram-connection-endCap-fill>
</kendo:diagram-connection-endCap>

kendo:diagram-connection-endCap-stroke

The connection end cap stroke options or color.

More documentation is available at kendo:diagram-connection-endCap-stroke.

Example

<kendo:diagram-connection-endCap>
    <kendo:diagram-connection-endCap-stroke></kendo:diagram-connection-endCap-stroke>
</kendo:diagram-connection-endCap>
In this article
Not finding the help you need?