ActionRow.subtitleLines

int subtitleLines() @property nothrow

Get subtitleLines property.

Returns

The number of lines at the end of which the subtitle label will be

ellipsized.

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

void subtitleLines(int propval) @property nothrow

Set subtitleLines property.

Parameters

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