RichTextBlockOverflow.HasOverflowContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the RichTextBlockOverflow has content that extends beyond its bounds, that can provide content to an OverflowContentTarget element.
public:
property bool HasOverflowContent { bool get(); };
bool HasOverflowContent();
public bool HasOverflowContent { get; }
var boolean = richTextBlockOverflow.hasOverflowContent;
Public ReadOnly Property HasOverflowContent As Boolean
Property Value
bool
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.