RichTextBlock.ContentEnd Proprietà

Definizione

Ottiene un textPointer che indica la fine del contenuto in RichTextBlock.

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

Valore della proprietà

TextPointer che indica la fine del contenuto in RichTextBlock.

Si applica a