RichTextBlockOverflow.ContentSource Property

Definition

Gets the RichTextBlock content source of this RichTextBlockOverflow.

public:
 property RichTextBlock ^ ContentSource { RichTextBlock ^ get(); };
RichTextBlock ContentSource();
public RichTextBlock ContentSource { get; }
var richTextBlock = richTextBlockOverflow.contentSource;
Public ReadOnly Property ContentSource As RichTextBlock

Property Value

The content source for this RichTextBlockOverflow.

Remarks

This is a calculated property that is reflective of how OverflowContentTarget is set.

Applies to