TextBlock.TextHighlighters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|