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

IVector<TextHighlighter>

IList<TextHighlighter>

The collection of text highlights.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Applies to