Partager via


RichTextBlock.SelectionStart Propriété

Définition

Obtient la position de départ du texte sélectionné dans richTextBlock.

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

Valeur de propriété

Objet qui représente le début de la sélection, ou null s’il n’existe aucune sélection.

Remarques

Utilisez Select pour définir le début et la fin de la sélection.

S’applique à