TextBlock.ContentStart Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a