RichTextBox.LineStackingStrategy Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates how a line box is determined for each line of text in the RichTextBox.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.LineStackingStrategyA value that indicates how a line box is determined for each line of text in the RichTextBox. The default is MaxHeight.
If LineStackingStrategy properties of a RichTextBox and its Block element differs, the LineStackingStrategy property of the Block will be honored.
Show: