<kendo:diagram-selectable-stroke>

Defines the selection line configuration.

Example

<kendo:diagram-selectable>
    <kendo:diagram-selectable-stroke></kendo:diagram-selectable-stroke>
</kendo:diagram-selectable>

Configuration Attributes

color java.lang.String

Defines the selection stroke color. Accepts valid CSS colors.

Example

<kendo:diagram-selectable-stroke color="color">
</kendo:diagram-selectable-stroke>

dashType java.lang.String

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

Example

<kendo:diagram-selectable-stroke dashType="dashType">
</kendo:diagram-selectable-stroke>

width float

Defines the selection stroke width.

Example

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