ITextViewLine::IsLastTextViewLineForSnapshotLine Property

 

Determines whether this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine.

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

property bool IsLastTextViewLineForSnapshotLine {
	bool get();
}

Property Value

Type: System::Boolean

true if this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine, otherwise false.

This property is always true for lines that are not word-wrapped.

Return to top
Show: