In This Article

TextViewLineChange Enum

Specifies the change made to the text represented by an ITextViewLine on the last layout pass.

public enum TextViewLineChange

Fields

Name Description
AddedOrUpdated

The line was added or updated.

None

No change was made.

Removed

The line was removed.

Translated

The line was moved up or down within the view's text area.