Windows.UI.Xaml.Controls.RichTextBlock.OverflowContentTarget
June 22, 2022 ยท View on GitHub
-description
Gets or sets a reference to a RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlock.
-xaml-syntax
RichTextBlock OverflowContentTarget="{Binding ElementName=nameOfTarget}" />
-xaml-values
- nameOfTarget
- nameOfTargetThe x:Name or reference name of an existing RichTextBlockOverflow element in the same . Note that this usage assumes that the source and target are in the same data context.