RichTextBlock.OverflowContentTarget Property

Definition

Gets or sets a reference to a RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlock.

C#
public RichTextBlockOverflow OverflowContentTarget { get; set; }
XAML
RichTextBlock OverflowContentTarget="{Binding ElementName=nameOfTarget}" />

Property Value

The target for overflow.

Applies to

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

See also