[]
Gets or sets the foreground color used to highlight text found using the search functionality in the Viewer control.
public Color SearchResultsForeColor { get; set; }
Type | Description |
---|---|
Color | A Color representing the color of the text that is highlighted as a result of a search operation. The default value is DarkBlue. |
Use this property to customize the appearance of search results within the Viewer control. Changing this color can enhance readability or match the Viewer's thematic styling.