RichTextBlockOverflow.ContentSource 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 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.