numberOfLines property

int numberOfLines

The total number of visible lines in the paragraph.

Returns a non-negative number. If maxLines is non-null, the value of numberOfLines never exceeds maxLines.

Implementation

int get numberOfLines;