TextBlock.TextHighlighters Property

Definition

Gets the collection of text highlights.

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)

Property Value

The collection of text highlights.

Applies to