This topic has not yet been rated - Rate this topic

RichTextBlockOverflow.OverflowContentTarget property

Gets or sets a reference to another RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlockOverflow.

Syntax


public:
property RichTextBlockOverflow^ OverflowContentTarget { 
   RichTextBlockOverflow^ get();
   void set (RichTextBlockOverflow^ value);
}


RichTextBlockOverflow OverflowContentTarget="{Binding ElementName=nameOfTarget}" />

XAML Values

nameOfTarget

The x:Name or reference name of an existing RichTextBlockOverflow element in the same UI. Note that this usage assumes that the source and target are in the same data context.

Property value

Type: RichTextBlockOverflow

The target for overflow.

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

RichTextBlockOverflow
HasOverflowContent

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.