Table of Contents

Enum TextInteractionMode

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Specifies how text interaction positions are modeled for laid-out text.

public enum TextInteractionMode

Fields

Editor = 1

Uses editor-style interaction where ordinary trailing breaking whitespace at line ends remains addressable by caret movement and selection.

Paragraph = 0

Uses paragraph-style interaction where trailing breaking whitespace at line ends does not create additional caret stops.