WrapLength.setWrapLength

Specifies the maximum line length (in pixels). If this option is less than or equal to zero, then automatic wrapping is not performed; otherwise the text is split into lines such that no line is longer than the specified value.

mixintemplate WrapLength()
setWrapLength
(
this T
)
(
int pixels
)

Parameters

pixels int

The maximum width in pixels.

Return Value

Type: auto

This widget to aid method chaining.

Meta