RichTextBlock.OverflowContentTarget Property
Definition
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);
public RichTextBlockOverflow OverflowContentTarget { get; set; }
var richTextBlockOverflow = richTextBlock.overflowContentTarget;
richTextBlock.overflowContentTarget = richTextBlockOverflow;
Public Property OverflowContentTarget As RichTextBlockOverflow
RichTextBlock OverflowContentTarget="{Binding ElementName=nameOfTarget}" />
Property Value
The target for overflow.