ITextViewLine.IsFirstTextViewLineForSnapshotLine Property

Definition

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

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

Property Value

true if this ITextViewLine is the first 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