<kendo:diagram-shape-connectorDefaults>

Defines default options for all connectors belonging to a given shape.

Example

<kendo:diagram-shape>
    <kendo:diagram-shape-connectorDefaults></kendo:diagram-shape-connectorDefaults>
</kendo:diagram-shape>

Configuration Attributes

fill java.lang.String

Defines the fill options of the shape connectors. Further configuration is available via kendo:diagram-shape-connectorDefaults-fill.

Example

<kendo:diagram-shape-connectorDefaults fill="fill">
</kendo:diagram-shape-connectorDefaults>

height float

Defines the height of the shape connectors.

Example

<kendo:diagram-shape-connectorDefaults height="height">
</kendo:diagram-shape-connectorDefaults>

stroke java.lang.String

Defines the stroke options of the shape connectors. Further configuration is available via kendo:diagram-shape-connectorDefaults-stroke.

Example

<kendo:diagram-shape-connectorDefaults stroke="stroke">
</kendo:diagram-shape-connectorDefaults>

width float

Defines the width of the shape connectors.

Example

<kendo:diagram-shape-connectorDefaults width="width">
</kendo:diagram-shape-connectorDefaults>

Configuration JSP Tags

kendo:diagram-shape-connectorDefaults-fill

Defines the fill options of the shape connectors.

More documentation is available at kendo:diagram-shape-connectorDefaults-fill.

Example

<kendo:diagram-shape-connectorDefaults>
    <kendo:diagram-shape-connectorDefaults-fill></kendo:diagram-shape-connectorDefaults-fill>
</kendo:diagram-shape-connectorDefaults>

kendo:diagram-shape-connectorDefaults-hover

Defines the hover configuration of the shape connectors.

More documentation is available at kendo:diagram-shape-connectorDefaults-hover.

Example

<kendo:diagram-shape-connectorDefaults>
    <kendo:diagram-shape-connectorDefaults-hover></kendo:diagram-shape-connectorDefaults-hover>
</kendo:diagram-shape-connectorDefaults>

kendo:diagram-shape-connectorDefaults-stroke

Defines the stroke options of the shape connectors.

More documentation is available at kendo:diagram-shape-connectorDefaults-stroke.

Example

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