RichTextBlockOverflow.OverflowContentTarget Property
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 or sets a reference to another RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlockOverflow.
public:
property RichTextBlockOverflow ^ OverflowContentTarget { RichTextBlockOverflow ^ get(); void set(RichTextBlockOverflow ^ value); };
RichTextBlockOverflow OverflowContentTarget();
void OverflowContentTarget(RichTextBlockOverflow value);
C#
public RichTextBlockOverflow OverflowContentTarget { get; set; }
var richTextBlockOverflow = richTextBlockOverflow.overflowContentTarget;
richTextBlockOverflow.overflowContentTarget = richTextBlockOverflow;
Public Property OverflowContentTarget As RichTextBlockOverflow
XAML
RichTextBlockOverflow OverflowContentTarget="{Binding ElementName=nameOfTarget}" />
The target for overflow.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |