Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1023 Bytes

richtextblockoverflow_hasoverflowcontent.md

File metadata and controls

24 lines (17 loc) · 1023 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RichTextBlockOverflow.HasOverflowContent
winrt property

Microsoft.UI.Xaml.Controls.RichTextBlockOverflow.HasOverflowContent

-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.

-examples

-see-also

OverflowContentTarget