RichTextBlock.TextTrimming Property

Definition

Gets or sets a value that indicates how text is trimmed when it overflows the content area.

C#
public TextTrimming TextTrimming { get; set; }
XAML
<RichTextBlock TextTrimming="None"/>
-or-
<RichTextBlock TextTrimming="WordEllipsis"/>

Property Value

One of the TextTrimming enumeration values that specifies the text trimming behavior to use. The default is None.

Applies to

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