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

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

    Property Value

    A System.Windows.Media.Color representing the background color of the hyperlink.
    Remarks
    The default is transparent. For SectionReports only.
    See Also