ITextViewLine.IsLastTextViewLineForSnapshotLine Property

Definition

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

public:
 property bool IsLastTextViewLineForSnapshotLine { bool get(); };
public:
 property bool IsLastTextViewLineForSnapshotLine { bool get(); };
public bool IsLastTextViewLineForSnapshotLine { get; }
member this.IsLastTextViewLineForSnapshotLine : bool
Public ReadOnly Property IsLastTextViewLineForSnapshotLine As Boolean

Property Value

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

Remarks

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

Applies to