LineStackingStrategy

June 22, 2022 · View on GitHub

-description

Describes the mechanism by which a line box is determined for each line.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field MaxHeight:0

The stack height is the minimum of the extended block progression dimension (height) of all the inline elements when properly aligned and the LineHeight value, if specified.

-field BlockLineHeight:1

The stack height is determined by the block element's LineHeight property value.

-field BaselineToBaseline:2

The stack height is determined by adding LineHeight to the baseline of the previous line.

-remarks

-examples

-see-also