HighlightOptionsHighlightColor Property |
Gets or sets a color that is used to highlight occurrences.
The default value is #FFD800.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic Color HighlightColor { get; set; }
Public Property HighlightColor As Color
Get
Set
public:
property Color^ HighlightColor {
Color^ get ();
void set (Color^ value);
}
member HighlightColor : Color with get, set
Property Value
Type:
ColorA color that is used to highlight occurrences.
See Also