RichTextBlock.ContentStart Propriété

Définition

Obtient un TextPointer qui indique le début du contenu dans RichTextBlock.

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

Valeur de propriété

TextPointer qui indique le début du contenu dans richTextBlock.

S’applique à