RibbonTwoLineText::LineStackingStrategy Property

.NET Framework (current version)
 

Gets or sets the mechanism by which the line box is determined for each line of content.

Namespace:   System.Windows.Controls.Ribbon
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::LineStackingStrategy

One 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

LineStackingStrategyProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: