AccessText.LineStackingStrategy Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets how the LineHeight property is enforced.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object LineStackingStrategy="LineStackingStrategy" .../>
Property Value
Type: System.Windows.LineStackingStrategyA LineStackingStrategy value that determines the behavior of the LineHeight property.
LineHeight properties control the line box that is reserved for text. LineHeight allows users to set a suggestion of height. LineStackingStrategy defines how the LineHeight is enforced.
You can set the LineStackingStrategy property to MaxHeight or BlockLineHeight.
The MaxHeight value increases the line to the tallest object in the line. It ensures that no item overdraws or is trimmed.
The BlockLineHeight value enforces a LineHeight value on all lines. If the LineHeight property does not provide sufficient space, the text is either overdrawn or trimmed. Which occurs depends on the ClipProperty value.
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.