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