TextBlock.TextHighlighters Property
Definition
Gets the collection of text highlights.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.TextBlock.TextHighlighters.
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.
Windows 10 requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|