Click or drag to resize

HighlightingTextBlock Properties

The HighlightingTextBlock type exposes the following members.

Properties
  NameDescription
Public propertyHighLightBrush
Gets or sets the brush to high light the search text.
Public propertyHighLightFontWeight
Gets or sets the font weight applied to the search text; default is bold.
Protected propertyInlines
Gets the inlines to render in the TextBlock
Public propertySearchText
Gets or sets the search text that will be highlighted.
Public propertyStringComparison
Gets or sets the string comparison used to find the highlighting text; default is OrdinalIgnoreCase
Public propertyText
Gets or sets the text to display.
Top
See Also