LineStackingStrategy
LineStackingStrategy
LineStackingStrategy
LineStackingStrategy
Enum
Definition
Describes the mechanism by which a line box is determined for each line.
public : enum class LineStackingStrategypublic enum LineStackingStrategyPublic Enum LineStackingStrategy// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BaselineToBaseline BaselineToBaseline BaselineToBaseline BaselineToBaseline | The stack height is determined by adding LineHeight to the baseline of the previous line. |
| BlockLineHeight BlockLineHeight BlockLineHeight BlockLineHeight | The stack height is determined by the block element's LineHeight property value. |
| MaxHeight MaxHeight MaxHeight MaxHeight | 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. |