TextViewLineChange Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No change type is specified. |
NewOrReformatted | 1 | The line is new or reformatted. |
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. |