RichTextBlock.HasOverflowContent property
Gets a value that indicates whether the RichTextBlock has content that extends beyond its bounds, that can provide content to an OverflowContentTarget element.
Syntax
Property value
Type: System.Boolean [.NET] | Platform::Boolean [C++]
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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
