ActionRow.titleLines

int titleLines() @property nothrow

Get titleLines property.

Returns

The number of lines at the end of which the title label will be ellipsized.

If the value is 0, the number of lines won't be limited.

void titleLines(int propval) @property nothrow

Set titleLines property.

Parameters

propvalThe number of lines at the end of which the title label will be ellipsized. If the value is 0, the number of lines won't be limited.