Click or drag to resize

ConsoleWordHighlightingRule Properties

The ConsoleWordHighlightingRule type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets the background color.
Public propertyCondition
Gets or sets the condition that must be met before scanning the row for highlight of words
Public propertyForegroundColor
Gets or sets the foreground color.
Public propertyIgnoreCase
Gets or sets a value indicating whether to ignore case when comparing texts.
Public propertyText
Gets or sets the text to be matched for Highlighting.
Public propertyWholeWords
Gets or sets a value indicating whether to match whole words only.
Public propertyWords
Gets or sets the list of words to be matched for Highlighting.
Top
See Also