RichTextBlockOverflow.ContentEnd Proprietà

Definizione

Ottiene un oggetto TextPointer che indica la fine del contenuto in RichTextBlockOverflow.

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

Valore della proprietà

TextPointer che indica la fine del contenuto in RichTextBlockOverflow.

Si applica a