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)

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

Property Value

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

The first line that is not completely hidden.

Return to top
Show: