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 |
|
|
Metadata |
|
See also
Build date: 3/12/2013
