ContentPresenter.LineStackingStrategy Property

Definition

Gets or sets a value that indicates how a line box is determined for each line of text.

public:
 property LineStackingStrategy LineStackingStrategy { LineStackingStrategy get(); void set(LineStackingStrategy value); };
LineStackingStrategy LineStackingStrategy();

void LineStackingStrategy(LineStackingStrategy value);
public LineStackingStrategy LineStackingStrategy { get; set; }
var lineStackingStrategy = contentPresenter.lineStackingStrategy;
contentPresenter.lineStackingStrategy = lineStackingStrategy;
Public Property LineStackingStrategy As LineStackingStrategy

Property Value

A value that indicates how a line box is determined for each line of text. The default is MaxHeight.

Applies to