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)

Syntax

'Declaration
ReadOnly Property IsLastTextViewLineForSnapshotLine As Boolean
bool IsLastTextViewLineForSnapshotLine { get; }
property bool IsLastTextViewLineForSnapshotLine {
    bool get ();
}
abstract IsLastTextViewLineForSnapshotLine : bool
function get IsLastTextViewLineForSnapshotLine () : boolean

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.

Remarks

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

.NET Framework Security

See Also

Reference

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace