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 propertyCompiledRegex
Gets the compiled regular expression that matches either Text or Regex property. Only used when CompileRegex is true.
Public propertyCompileRegex
Compile the Regex? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used.
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 propertyRegex
Gets or sets the regular expression to be matched. You must specify either text or regex.
Public propertyText
Gets or sets the text to be matched. You must specify either text or regex.
Public propertyWholeWords
Gets or sets a value indicating whether to match whole words only.
Top
See Also