# C1.Win.Command.TopicLinkStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_TopicLinkStyle" data-uid="C1.Win.Command.TopicLinkStyle" class="text-break">TopicLinkStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the topic link style.</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"><span class="xref">TopicLinkStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_TopicLinkStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class TopicLinkStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class TopicLinkStyle</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_Win_Command_TopicLinkStyle__ctor_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.Win.Command.TopicLinkStyle.#ctor(System.Drawing.Font,System.Drawing.Color)">
          <a class="xref" href="C1.Win.Command.TopicLinkStyle.-ctor.html#C1_Win_Command_TopicLinkStyle__ctor_System_Drawing_Font_System_Drawing_Color_">TopicLinkStyle(Font, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.TopicLinkStyle.html">TopicLinkStyle</a> class.</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_Win_Command_TopicLinkStyle_Font" data-uid="C1.Win.Command.TopicLinkStyle.Font">
          <a class="xref" href="C1.Win.Command.TopicLinkStyle.Font.html#C1_Win_Command_TopicLinkStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicLinkStyle_ForeColor" data-uid="C1.Win.Command.TopicLinkStyle.ForeColor">
          <a class="xref" href="C1.Win.Command.TopicLinkStyle.ForeColor.html#C1_Win_Command_TopicLinkStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the link.</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_Win_Command_TopicLinkStyle_Equals_System_Object_" data-uid="C1.Win.Command.TopicLinkStyle.Equals(System.Object)">
          <a class="xref" href="C1.Win.Command.TopicLinkStyle.Equals.html#C1_Win_Command_TopicLinkStyle_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicLinkStyle_GetHashCode" data-uid="C1.Win.Command.TopicLinkStyle.GetHashCode">
          <a class="xref" href="C1.Win.Command.TopicLinkStyle.GetHashCode.html#C1_Win_Command_TopicLinkStyle_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_TopicLinkStyle_ToString" data-uid="C1.Win.Command.TopicLinkStyle.ToString">
          <a class="xref" href="C1.Win.Command.TopicLinkStyle.ToString.html#C1_Win_Command_TopicLinkStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
