OutlineDash.setOutlineDash

Set the 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.

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

Parameters

dash int[]

The dash pattern.

Return Value

Type: auto

This widget to aid method chaining.

Meta