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