RichTextBlock.TextLineBounds Property

Definition

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

C#
public TextLineBounds TextLineBounds { get; set; }
XAML
<RichTextBlock TextLineBounds="textLineBoundsValue"/>

Property Value

A value that indicates how the line box height is determined for each line of text in the RichTextBlock. The default is Full.

Remarks

For illustrations of how the different values for TextLineBounds affect adjacent lines of text, see TextLineBounds.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6