Share via


IWpfTextViewLineCollection.FirstVisibleLine Property

Gets the first 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 FirstVisibleLine As IWpfTextViewLine
IWpfTextViewLine FirstVisibleLine { get; }
property IWpfTextViewLine^ FirstVisibleLine {
    IWpfTextViewLine^ get ();
}
abstract FirstVisibleLine : IWpfTextViewLine
function get FirstVisibleLine () : IWpfTextViewLine

Property Value

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

.NET Framework Security

See Also

Reference

IWpfTextViewLineCollection Interface

FirstVisibleLine Overload

Microsoft.VisualStudio.Text.Editor Namespace