PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 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 Color
    public Color BackColor {get;}
    See Also