# C1.C1Preview.C1HyperlinkTextAttrs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1HyperlinkTextAttrs" data-uid="C1.C1Preview.C1HyperlinkTextAttrs" class="text-break">C1HyperlinkTextAttrs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the visual attributes of a text hyperlink in a certain state.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Preview.C1HyperlinkAttrs.html">C1HyperlinkAttrs</a></div>
    <div class="level2"><span class="xref">C1HyperlinkTextAttrs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_C1HyperlinkTextAttrs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class C1HyperlinkTextAttrs : C1HyperlinkAttrs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class C1HyperlinkTextAttrs
    Inherits C1HyperlinkAttrs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs__ctor" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.#ctor">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.-ctor.html#C1_C1Preview_C1HyperlinkTextAttrs__ctor">C1HyperlinkTextAttrs()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.html">C1HyperlinkTextAttrs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs__ctor_System_Boolean_" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.#ctor(System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.-ctor.html#C1_C1Preview_C1HyperlinkTextAttrs__ctor_System_Boolean_">C1HyperlinkTextAttrs(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.html">C1HyperlinkTextAttrs</a> class,
assigning <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.Underline.html#C1_C1Preview_C1HyperlinkTextAttrs_Underline">Underline</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs__ctor_System_Drawing_Color_System_Drawing_Color_System_Boolean_" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.#ctor(System.Drawing.Color,System.Drawing.Color,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.-ctor.html#C1_C1Preview_C1HyperlinkTextAttrs__ctor_System_Drawing_Color_System_Drawing_Color_System_Boolean_">C1HyperlinkTextAttrs(Color, Color, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.html">C1HyperlinkTextAttrs</a> class,
assigning background and foreground colors and <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.Underline.html#C1_C1Preview_C1HyperlinkTextAttrs_Underline">Underline</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_BackColor" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.BackColor">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.BackColor.html#C1_C1Preview_C1HyperlinkTextAttrs_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background color.
If this value indicates an empty or transparent color,
the background color of a hyperlink is not changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_ForeColor" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.ForeColor">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.ForeColor.html#C1_C1Preview_C1HyperlinkTextAttrs_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the foreground (text) color.
If this value indicates an empty or transparent color,
the text color of a hyperlink is not changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_HoverDefault" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.HoverDefault">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.HoverDefault.html#C1_C1Preview_C1HyperlinkTextAttrs_HoverDefault">HoverDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default attributes of highlighted hyperlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_NormalDefault" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.NormalDefault">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.NormalDefault.html#C1_C1Preview_C1HyperlinkTextAttrs_NormalDefault">NormalDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default attributes of &quot;normal&quot; (neither visited nor highlighted) hyperlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_Underline" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.Underline">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.Underline.html#C1_C1Preview_C1HyperlinkTextAttrs_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the text of a hyperlink is underlined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_VisitedDefault" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.VisitedDefault">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.VisitedDefault.html#C1_C1Preview_C1HyperlinkTextAttrs_VisitedDefault">VisitedDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default attributes of visited hyperlinks.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_Equals_System_Object_" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.Equals(System.Object)">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.Equals.html#C1_C1Preview_C1HyperlinkTextAttrs_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to the current object.
This method compares properties on the two objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_GetHashCode" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.GetHashCode">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.GetHashCode.html#C1_C1Preview_C1HyperlinkTextAttrs_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.html">C1HyperlinkTextAttrs</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_IsDefault" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.IsDefault">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.IsDefault.html#C1_C1Preview_C1HyperlinkTextAttrs_IsDefault">IsDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the current <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.html">C1HyperlinkTextAttrs</a> has all default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_ShouldSerializeBackColor" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.ShouldSerializeBackColor">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.ShouldSerializeBackColor.html#C1_C1Preview_C1HyperlinkTextAttrs_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.BackColor.html#C1_C1Preview_C1HyperlinkTextAttrs_BackColor">BackColor</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkTextAttrs_ShouldSerializeForeColor" data-uid="C1.C1Preview.C1HyperlinkTextAttrs.ShouldSerializeForeColor">
          <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.ShouldSerializeForeColor.html#C1_C1Preview_C1HyperlinkTextAttrs_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.C1HyperlinkTextAttrs.ForeColor.html#C1_C1Preview_C1HyperlinkTextAttrs_ForeColor">ForeColor</a> property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
