This topic has not yet been rated - Rate this topic

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


public bool HasOverflowContent { get; }

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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

RichTextBlock
OverflowContentTarget
RichTextBlockOverflow

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.