<kendo:diagram-connectionDefaults-endCap>

The connections end cap configuration. Can be set to a configuration object or a string that represents the endCap.type value.

Example

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

Configuration Attributes

fill java.lang.String

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

Example

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

stroke java.lang.String

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

Example

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

type java.lang.String

The end cap type used in connections.The supported values are: "none": no cap; "ArrowEnd": a filled arrow or "FilledCircle": a filled circle.

Example

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

Configuration JSP Tags

kendo:diagram-connectionDefaults-endCap-fill

The connections end cap fill options or color.

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

Example

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

kendo:diagram-connectionDefaults-endCap-stroke

The connections end cap stroke options or color.

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

Example

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