Windows.UI.Xaml.Controls.RichTextBlock.HasOverflowContent

June 22, 2022 ยท View on GitHub

-description

Gets a value that indicates whether the RichTextBlock has content that extends beyond its bounds, that can provide content to an OverflowContentTarget element.

-property-value

True if the RichTextBlock has content that extends beyond its bounds; otherwise, false.

-remarks

If HasOverflowContent is true and the OverflowContentTarget property is set, the extra content flows into the OverflowContentTarget element.

-examples

-see-also

OverflowContentTarget, RichTextBlockOverflow