PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / ForeColor Property

In This Topic
    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