Label.setLines

Sets the number of lines to which an ellipsized, wrapping label should be limited. This has no effect if the label is not wrapping or ellipsized. Set this to -1 if you don’t want to limit the number of lines.

class Label
void
setLines
(
int lines
)

Parameters

lines int

the desired number of lines, or -1

Meta

Since

3.10