RibbonTwoLineText.LineStackingStrategy Property

Definition

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

public:
 property System::Windows::LineStackingStrategy LineStackingStrategy { System::Windows::LineStackingStrategy get(); void set(System::Windows::LineStackingStrategy value); };
public System.Windows.LineStackingStrategy LineStackingStrategy { get; set; }
member this.LineStackingStrategy : System.Windows.LineStackingStrategy with get, set
Public Property LineStackingStrategy As LineStackingStrategy

Property Value

One of the enumeration values that specifies how the line box is determined for each line of text. The default is MaxHeight.

Remarks

This property gets or sets the value of the LineStackingStrategy property of the control's internal TextBlock. For more information, see TextBlock.LineStackingStrategy.

Dependency Property Information

Identifier field LineStackingStrategyProperty
Metadata properties set to true None

Applies to