OutlineDash.setActiveOutlineDash

Set the active dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent. An item's active state is triggered when the mouse rolls over the item.

mixintemplate OutlineDash()
setActiveOutlineDash
(
this T
)
(
int[] dash
)

Parameters

dash int[]

The active dash pattern.

Return Value

Type: auto

This widget to aid method chaining.

Meta