# FarPoint.Win.Spread.TipAppearance

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_TipAppearance" data-uid="FarPoint.Win.Spread.TipAppearance" class="text-break">TipAppearance Class
</h1>
  <div class="markdown level0 summary"><p>Represents the appearance settings for various tips in the interface
(text tips, scroll tips, and cell notes).</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">TipAppearance</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_TipAppearance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TipAppearance : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TipAppearance
    Implements ISerializeSupport</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="FarPoint_Win_Spread_TipAppearance__ctor" data-uid="FarPoint.Win.Spread.TipAppearance.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.TipAppearance.-ctor.html#FarPoint_Win_Spread_TipAppearance__ctor">TipAppearance()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of appearance settings, for various tips in the interface,
with default values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TipAppearance__ctor_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_" data-uid="FarPoint.Win.Spread.TipAppearance.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
          <a class="xref" href="FarPoint.Win.Spread.TipAppearance.-ctor.html#FarPoint_Win_Spread_TipAppearance__ctor_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_">TipAppearance(Color, Color, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of appearance settings, for various tips in the interface,
with the specified values.</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="FarPoint_Win_Spread_TipAppearance_BackColor" data-uid="FarPoint.Win.Spread.TipAppearance.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.TipAppearance.BackColor.html#FarPoint_Win_Spread_TipAppearance_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TipAppearance_Font" data-uid="FarPoint.Win.Spread.TipAppearance.Font">
          <a class="xref" href="FarPoint.Win.Spread.TipAppearance.Font.html#FarPoint_Win_Spread_TipAppearance_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TipAppearance_ForeColor" data-uid="FarPoint.Win.Spread.TipAppearance.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.TipAppearance.ForeColor.html#FarPoint_Win_Spread_TipAppearance_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the tip.</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="FarPoint_Win_Spread_TipAppearance_CopyFrom_FarPoint_Win_Spread_TipAppearance_" data-uid="FarPoint.Win.Spread.TipAppearance.CopyFrom(FarPoint.Win.Spread.TipAppearance)">
          <a class="xref" href="FarPoint.Win.Spread.TipAppearance.CopyFrom.html#FarPoint_Win_Spread_TipAppearance_CopyFrom_FarPoint_Win_Spread_TipAppearance_">CopyFrom(TipAppearance)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the settings of the specified set of tip appearance settings to this tip.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
