Back to API Reference
Enum
RangePaintMapping
Projection frame used by a range decoration independently of its geometry topology.
public static readonly RangePaintMapping InheritGeometry = 0Glyph/Line follow the matching geometry; Range/Block use one range frame.
public static readonly RangePaintMapping Glyph = 1Restart paint for every shaped glyph cluster.
public static readonly RangePaintMapping Line = 2Restart paint for every layout line.
public static readonly RangePaintMapping Range = 3Use one paint frame for the logical entity segment.
public static readonly RangePaintMapping TextBlock = 4Use one paint frame for the entire rendered text block.
