Share via


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)

Syntax

'Déclaration
ReadOnly Property LastVisibleLine As IWpfTextViewLine
IWpfTextViewLine LastVisibleLine { get; }
property IWpfTextViewLine^ LastVisibleLine {
    IWpfTextViewLine^ get ();
}
abstract LastVisibleLine : IWpfTextViewLine
function get LastVisibleLine () : IWpfTextViewLine

Property Value

Type: Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine
The last line that is not completely hidden.

.NET Framework Security

See Also

Reference

IWpfTextViewLineCollection Interface

LastVisibleLine Overload

Microsoft.VisualStudio.Text.Editor Namespace