Click or drag to resize

HighlightingTextBlockStringComparison Property

Gets or sets the string comparison used to find the highlighting text; default is OrdinalIgnoreCase

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public StringComparison StringComparison { get; set; }

Property Value

Type: StringComparison
See Also