<kendo:diagram-shapeDefaults-stroke>
Defines the configuration of the border around Diagram shapes.
Example
<kendo:diagram-shapeDefaults>
<kendo:diagram-shapeDefaults-stroke></kendo:diagram-shapeDefaults-stroke>
</kendo:diagram-shapeDefaults>
Configuration Attributes
color java.lang.String
Defines the color of the shape stroke.
Example
<kendo:diagram-shapeDefaults-stroke color="color">
</kendo:diagram-shapeDefaults-stroke>
dashType java.lang.String
The dash type of the shape.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-stroke dashType="dashType">
</kendo:diagram-shapeDefaults-stroke>
width float
Defines the thickness or width of the shape stroke.
Example
<kendo:diagram-shapeDefaults-stroke width="width">
</kendo:diagram-shapeDefaults-stroke>