GetLastVisibleLineIndex Method (WPFTextBox)
Class
WPFTextBox
.
Action
Returns the line index for the last line that is currently visible in the text box.
Syntax
C#
lastVisibleLineIndex
=
textBox
.
GetLastVisibleLineIndex
()
VB
lastVisibleLineIndex
=
textBox
.
GetLastVisibleLineIndex
()
Variable
Description
lastVisibleLineIndex
Integer
.