Share via


RichTextBlock.ContentEnd Property

Definition

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

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

Property Value

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

Applies to