Share via


TextBlock.TextHighlighters Propriété

Définition

Obtient la collection de surbrillances de texte.

public:
 property IVector<TextHighlighter ^> ^ TextHighlighters { IVector<TextHighlighter ^> ^ get(); };
IVector<TextHighlighter> TextHighlighters();
public IList<TextHighlighter> TextHighlighters { get; }
var iVector = textBlock.textHighlighters;
Public ReadOnly Property TextHighlighters As IList(Of TextHighlighter)

Valeur de propriété

Collection de surbrillances de texte.

S’applique à