TextViewLineChange Enum

Definition

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

public enum class TextViewLineChange
public enum class TextViewLineChange
enum TextViewLineChange
public enum TextViewLineChange
type TextViewLineChange = 
Public Enum TextViewLineChange
Inheritance
TextViewLineChange

Fields

NewOrReformatted 1

The line is new or reformatted.

None 0

No change type is specified.

Translated 2

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.

Applies to