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)
Syntax
'Declaration
Public Enumeration TextViewLineChange
public enum TextViewLineChange
public enum class TextViewLineChange
type TextViewLineChange
public enum TextViewLineChange
Members
Member name | Description | |
---|---|---|
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. |