<kendo:diagram-shape-connectorDefaults-stroke>

Defines the stroke options of the shape connectors.

Example

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

Configuration Attributes

color java.lang.String

Defines the stroke color.

Example

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

dashType java.lang.String

The dash type of the stroke.The following dash types are supported: "dash" - A line that consists of dashes; "dashDot" - A line that consists of a repeating pattern of dash-dot; "dot" - A line that consists of dots; "longDash" - A line that consists of a repeating pattern of long-dash; "longDashDot" - A line that consists of a repeating pattern of long-dash-dot; "longDashDotDot" - A line that consists of a repeating pattern of long-dash-dot-dot or "solid" - A solid line.

Example

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

width float

Defines the thickness or width of the shape connectors stroke.

Example

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