<kendo:sankey-nodes-focusHighlight-border>

The border of the node focus highlight.

Example

<kendo:sankey-nodes-focusHighlight>
    <kendo:sankey-nodes-focusHighlight-border></kendo:sankey-nodes-focusHighlight-border>
</kendo:sankey-nodes-focusHighlight>

Configuration Attributes

color java.lang.String

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

Example

<kendo:sankey-nodes-focusHighlight-border color="color">
</kendo:sankey-nodes-focusHighlight-border>

opacity float

The opacity of the border.

Example

<kendo:sankey-nodes-focusHighlight-border opacity="opacity">
</kendo:sankey-nodes-focusHighlight-border>

width float

The width of the border.

Example

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