numberOfLines property
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;
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
.
int get numberOfLines;