LineStackingStrategy Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Describes the mechanism by which a line box is determined for each line.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
| Member name | Description | |
|---|---|---|
| MaxHeight | The stack height is the smallest value that contains the extended block progression dimension of all the inline elements on that line when those elements are properly aligned. This is the default. | |
| BlockLineHeight | The stack height is determined by the block element line-height property value. | |
| BaselineToBaseline | The stack height is determined by adding LineHeight to the baseline of the previous line. |
Show: