Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 991 Bytes

linestackingstrategy.md

File metadata and controls

38 lines (24 loc) · 991 Bytes
-api-id -api-type
T:Windows.UI.Xaml.LineStackingStrategy
winrt enum

LineStackingStrategy

-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