Back to API Reference
Enum
WrappedGapPolicy
How hit fragments separated by wrapping or BiDi layout are combined.
public static readonly WrappedGapPolicy Separate = 0Every final layout fragment remains an independent target.
public static readonly WrappedGapPolicy JoinLineFragments = 1Fragments on the same visual line are joined across their horizontal gap.
public static readonly WrappedGapPolicy BoundingBlock = 2The complete multi-line entity uses one explicit bounding block.
