RichTextBlock.ContentStart Property

Definition

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

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

Property Value

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

Applies to