[]
        
(Showing Draft Content)

C1.C1Preview.C1HyperlinkTextAttrs.-ctor

C1HyperlinkTextAttrs Constructor

C1HyperlinkTextAttrs()

Initializes a new instance of the C1HyperlinkTextAttrs class.

Declaration
public C1HyperlinkTextAttrs()

C1HyperlinkTextAttrs(Color, Color, bool)

Initializes a new instance of the C1HyperlinkTextAttrs class, assigning background and foreground colors and Underline property.

Declaration
public C1HyperlinkTextAttrs(Color backColor, Color foreColor, bool underline)
Parameters
Type Name Description
Color backColor

The background color of the hyperlink text.

Color foreColor

The foreground color of the hyperlink text.

bool underline

A value indicating whether the hyperlink text should be underlined.

C1HyperlinkTextAttrs(bool)

Initializes a new instance of the C1HyperlinkTextAttrs class, assigning Underline property.

Declaration
public C1HyperlinkTextAttrs(bool underline)
Parameters
Type Name Description
bool underline

A value indicating whether the hyperlink text should be underlined.