ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / SearchResultsForeColor Property

In This Topic
    SearchResultsForeColor Property (Viewer)
    In This Topic
    Gets or sets a value indicating the text color of the search result.
    Syntax
    'Declaration
     
    Public Property SearchResultsForeColor As Color
    public Color SearchResultsForeColor {get; set;}

    Property Value

    A System.Windows.Media.Color representing the color of the search results foreground.
    See Also