TextViewLineChange Enumeration

 

Defines the possible types of change in a rendered text line between one layout and another.

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

public enum TextViewLineChange

Member nameDescription
NewOrReformatted

The line is new or reformatted.

None

No change type is specified.

Translated

The text has not changed, but some change has caused the y-coordinate to change. For example, a line was inserted above this line, or the user scrolled the view up or down.

Return to top
Show: