Enum TextInteractionMode
Specifies how text interaction positions are modeled for laid-out text.
public enum TextInteractionMode
Fields
Editor = 1Uses editor-style interaction where ordinary trailing breaking whitespace at line ends remains addressable by caret movement and selection.
Paragraph = 0Uses paragraph-style interaction where trailing breaking whitespace at line ends does not create additional caret stops.