IWpfTextViewLineCollection::LastVisibleLine Property

 

Gets the last line that is not completely hidden.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property IWpfTextViewLine^ LastVisibleLine {
	IWpfTextViewLine^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Formatting::IWpfTextViewLine^

The last line that is not completely hidden.

Return to top
Show: