Enum LineStackingStrategy
Describes the mechanism by which a line box is determined for each line.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum LineStackingStrategy
Fields
Name | Description |
---|---|
BaselineToBaseline | The stack height is determined by adding LineHeight to the baseline of the previous line. |
BlockLineHeight | The stack height is determined by the block element line-height property value. |
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. |