ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / BackColor Property

In This Topic
    BackColor Property (C1HyperlinkTextAttrs)
    In This Topic
    Gets the background color. If this value indicates an empty or transparent color, the background color of a hyperlink is not changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get;}
    See Also