RichTextBlock.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 a RichTextBlockOverflow that is the linked target for any text overflow from this RichTextBlock.
public:
property RichTextBlockOverflow ^ OverflowContentTarget { RichTextBlockOverflow ^ get(); void set(RichTextBlockOverflow ^ value); };
RichTextBlockOverflow OverflowContentTarget();
void OverflowContentTarget(RichTextBlockOverflow value);
C#
public RichTextBlockOverflow OverflowContentTarget { get; set; }
var richTextBlockOverflow = richTextBlock.overflowContentTarget;
richTextBlock.overflowContentTarget = richTextBlockOverflow;
Public Property OverflowContentTarget As RichTextBlockOverflow
XAML
RichTextBlock 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 |