RichTextBlockOverflow.ContentStart Property

Definition

Gets a TextPointer that indicates the start of content in the RichTextBlockOverflow.

public:
 property TextPointer ^ ContentStart { TextPointer ^ get(); };
TextPointer ContentStart();
public TextPointer ContentStart { get; }
var textPointer = richTextBlockOverflow.contentStart;
Public ReadOnly Property ContentStart As TextPointer

Property Value

A TextPointer that indicates the start of content in the RichTextBlockOverflow.

Applies to