RibbonTwoLineText::LineStackingStrategy Property
.NET Framework (current version)
Gets or sets the mechanism by which the line box is determined for each line of content.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property LineStackingStrategy LineStackingStrategy { LineStackingStrategy get(); void set(LineStackingStrategy value); }
Property Value
Type: System.Windows::LineStackingStrategyOne of the enumeration values that specifies how the line box is determined for each line of text. The default is LineStackingStrategy::MaxHeight.
This property gets or sets the value of the LineStackingStrategy property of the control’s internal TextBlock. For more information, see TextBlock::LineStackingStrategy.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 4.5
Available since 4.5
Show: