Back to API Reference
Enum

WrappedGapPolicy

How hit fragments separated by wrapping or BiDi layout are combined.

public static readonly WrappedGapPolicy Separate = 0

Every final layout fragment remains an independent target.

public static readonly WrappedGapPolicy JoinLineFragments = 1

Fragments on the same visual line are joined across their horizontal gap.

public static readonly WrappedGapPolicy BoundingBlock = 2

The complete multi-line entity uses one explicit bounding block.