Share via


TextBlock.ContentEnd Propriété

Définition

Obtient un objet TextPointer pour la fin du contenu de texte dans textBlock.

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

Valeur de propriété

Objet TextPointer pour la fin du contenu de texte dans textBlock.

S’applique à