Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 742 Bytes

textblock_linestackingstrategy.md

File metadata and controls

30 lines (21 loc) · 742 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBlock.LineStackingStrategy
winrt property

Microsoft.UI.Xaml.Controls.TextBlock.LineStackingStrategy

-description

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

-xaml-syntax

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

-property-value

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

-remarks

-examples

-see-also