Share via


RichTextBlock.ContentStart Propiedad

Definición

Obtiene un TextPointer que indica el inicio del contenido en RichTextBlock.

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

Valor de propiedad

TextPointer que indica el inicio del contenido en RichTextBlock.

Se aplica a