OutlineWidth.setOutlineWidth

Set the width of the outline.

mixintemplate OutlineWidth()
setOutlineWidth
(
this T
W
)
()
if (
is(W == int) ||
is(W == Nullable!(int))
)

Parameters

width W

The width of the outline.

Return Value

Type: auto

This widget to aid method chaining.

Meta