<kendo:diagram-shapeDefaults-connector-hover-stroke>
Defines the hover stroke options of the shape connectors.
Example
<kendo:diagram-shapeDefaults-connector-hover>
<kendo:diagram-shapeDefaults-connector-hover-stroke></kendo:diagram-shapeDefaults-connector-hover-stroke>
</kendo:diagram-shapeDefaults-connector-hover>
Configuration Attributes
color java.lang.String
Defines the hover stroke color.
Example
<kendo:diagram-shapeDefaults-connector-hover-stroke color="color">
</kendo:diagram-shapeDefaults-connector-hover-stroke>
dashType java.lang.String
The hover stroke dash type.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-shapeDefaults-connector-hover-stroke dashType="dashType">
</kendo:diagram-shapeDefaults-connector-hover-stroke>
width float
Defines the thickness or width of the shape connectors stroke on hover.
Example
<kendo:diagram-shapeDefaults-connector-hover-stroke width="width">
</kendo:diagram-shapeDefaults-connector-hover-stroke>