ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / C1HyperlinkTextAttrs Constructor / C1HyperlinkTextAttrs Constructor(Color,Color,Boolean)
The background color of the hyperlink text.
The foreground color of the hyperlink text.
A value indicating whether the hyperlink text should be underlined.

In This Topic
    C1HyperlinkTextAttrs Constructor(Color,Color,Boolean)
    In This Topic
    Initializes a new instance of the C1HyperlinkTextAttrs class, assigning background and foreground colors and Underline property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal backColor As System.Drawing.Color, _
       ByVal foreColor As System.Drawing.Color, _
       ByVal underline As System.Boolean _
    )
    public C1HyperlinkTextAttrs( 
       System.Drawing.Color backColor,
       System.Drawing.Color foreColor,
       System.bool underline
    )

    Parameters

    backColor
    The background color of the hyperlink text.
    foreColor
    The foreground color of the hyperlink text.
    underline
    A value indicating whether the hyperlink text should be underlined.
    See Also