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

In This Topic
    HyperlinkForeColor Property (Viewer)
    In This Topic
    Gets or sets a value indicating the hyperlinks text color in the displayed document.
    Syntax
    'Declaration
     
    Public Property HyperlinkForeColor As Color
    public Color HyperlinkForeColor {get; set;}

    Property Value

    A System.Windows.Media.Color representing the hyperlink text color.
    Remarks
    The default is Blue. For SectionReports only.
    See Also