Windows.UI.Xaml.Controls.RichTextBlockOverflow.HasOverflowContent
June 22, 2022 ยท View on GitHub
-description
Gets a value that indicates whether the RichTextBlockOverflow has content that extends beyond its bounds, that can provide content to an OverflowContentTarget element.
-property-value
True if the RichTextBlockOverflow 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.