LabelStackBreakPosition

The strategy for whether a row of text should be broken before or after it exceeds the ideal length. If stacking is turned on, label placement can insert a line break before or after the word that overruns the maximum number of characters per row.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Insert the line break after a word that has broken the stackRowLength limit. This means rows will generally be longer than the LabelDefinition.stackRowLength.

Link copied to clipboard

Use the default break position (LabelStackBreakPosition.After).

Link copied to clipboard

Insert the line break before a word that will break the stackRowLength limit. This means rows will generally be shorter than the LabelDefinition.stackRowLength (although they will overrun for individual words larger than this count).