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
'Declaration
ReadOnly Property LastVisibleLine As IWpfTextViewLine
IWpfTextViewLine LastVisibleLine { get; }
property IWpfTextViewLine^ LastVisibleLine {
IWpfTextViewLine^ get ();
}
abstract LastVisibleLine : IWpfTextViewLine with get
function get LastVisibleLine () : IWpfTextViewLine
Property Value
Type: Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine
The last line that is not completely hidden.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.