RichTextBlockOverflow.ContentEnd Property

Definition

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

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

Property Value

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

Applies to