# FarPoint.Win.Spread.TipAppearance.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_TipAppearance__ctor_" data-uid="FarPoint.Win.Spread.TipAppearance.#ctor*">TipAppearance Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_TipAppearance__ctor_" data-uid="FarPoint.Win.Spread.TipAppearance.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_TipAppearance__ctor" data-uid="FarPoint.Win.Spread.TipAppearance.#ctor">TipAppearance()</h4>
<div class="markdown level1 summary"><p>Creates a set of appearance settings, for various tips in the interface,
with default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TipAppearance()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Spread_TipAppearance__ctor_" data-uid="FarPoint.Win.Spread.TipAppearance.#ctor*"></a>
<h4 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)">TipAppearance(Color, Color, Font)</h4>
<div class="markdown level1 summary"><p>Creates a set of appearance settings, for various tips in the interface,
with the specified values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TipAppearance(Color backColor, Color foreColor, Font font)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(backColor As Color, foreColor As Color, font As Font)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">backColor</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">foreColor</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
