[]
        
(Showing Draft Content)

C1.C1Preview.C1HyperlinkTextAttrs

C1HyperlinkTextAttrs Class

Represents the visual attributes of a text hyperlink in a certain state.

Inheritance
C1HyperlinkTextAttrs
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
[C1ClassSerialization(true)]
public class C1HyperlinkTextAttrs : C1HyperlinkAttrs

Constructors

Name Description
C1HyperlinkTextAttrs()

Initializes a new instance of the C1HyperlinkTextAttrs class.

C1HyperlinkTextAttrs(bool)

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

C1HyperlinkTextAttrs(Color, Color, bool)

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

Properties

Name Description
BackColor

Gets the background color. If this value indicates an empty or transparent color, the background color of a hyperlink is not changed.

ForeColor

Gets the foreground (text) color. If this value indicates an empty or transparent color, the text color of a hyperlink is not changed.

HoverDefault

Gets the default attributes of highlighted hyperlinks.

NormalDefault

Gets the default attributes of "normal" (neither visited nor highlighted) hyperlinks.

Underline

Gets a value indicating whether the text of a hyperlink is underlined.

VisitedDefault

Gets the default attributes of visited hyperlinks.

Methods

Name Description
Equals(object)

Determines whether the specified object is equal to the current object. This method compares properties on the two objects.

GetHashCode()

Serves as a hash function for C1HyperlinkTextAttrs.

IsDefault()

Checks whether the current C1HyperlinkTextAttrs has all default values.

ShouldSerializeBackColor()

Indicates whether the BackColor property should be serialized.

ShouldSerializeForeColor()

Indicates whether the ForeColor property should be serialized.