Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1 KB

richtextblock_overflowcontenttarget.md

File metadata and controls

32 lines (23 loc) · 1 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RichTextBlock.OverflowContentTarget
winrt property

Microsoft.UI.Xaml.Controls.RichTextBlock.OverflowContentTarget

-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.
## -property-value The target for overflow.

-remarks

-examples

-see-also

HasOverflowContent, RichTextBlockOverflow