Windows.UI.Xaml.Documents.Block.LineStackingStrategy

June 22, 2022 · View on GitHub

-description

Gets or sets a value that indicates how a line box is determined for each line of text in the Block.

-xaml-syntax

<Paragraph LineStackingStrategy="BlockLineHeight"/>
-or-
<Paragraph LineStackingStrategy="MaxHeight"/>

-property-value

A value that indicates how a line box is determined for each line of text in the Block. The default is MaxHeight.

-remarks

Block is a base class for Paragraph. Paragraph is the only element that you can set a LineStackingStrategy value on in Windows Runtime XAML, unless you create a custom class based on Block.

BlockLineHeight and MaxHeight are the only two constant names that exist in the LineStackingStrategy enumeration, so the XAML syntax shows those two choices.

-examples

-see-also

Paragraph, LineStackingStrategy