LineStackingStrategy Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes the mechanism by which a line box is determined for each line.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Enumeration LineStackingStrategy
public enum LineStackingStrategy
<object property="enumMemberName"/>

Members

Member name Description
Supported by Silverlight for Windows Phone 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.
Supported by Silverlight for Windows Phone 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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources