<kendo:sankey-legend-title-border>

The border of the title.

Example

<kendo:sankey-legend-title>
    <kendo:sankey-legend-title-border></kendo:sankey-legend-title-border>
</kendo:sankey-legend-title>

Configuration Attributes

color java.lang.String

The color of the border. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:sankey-legend-title-border color="color">
</kendo:sankey-legend-title-border>

dashType java.lang.String

The dash type of the border.

Example

<kendo:sankey-legend-title-border dashType="dashType">
</kendo:sankey-legend-title-border>

width float

The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.

Example

<kendo:sankey-legend-title-border width="width">
</kendo:sankey-legend-title-border>
In this article
Not finding the help you need?