TextBlock.ContentEnd Propiedad

Definición

Obtiene un objeto TextPointer para el final del contenido de texto en textBlock.

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

Valor de propiedad

Objeto TextPointer para el final del contenido de texto en TextBlock.

Se aplica a