# C1.Win.Ribbon.ToolTipSettings.BackColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_ToolTipSettings_BackColor_" data-uid="C1.Win.Ribbon.ToolTipSettings.BackColor*">BackColor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_ToolTipSettings_BackColor_" data-uid="C1.Win.Ribbon.ToolTipSettings.BackColor*"></a>
<h4 id="C1_Win_Ribbon_ToolTipSettings_BackColor" data-uid="C1.Win.Ribbon.ToolTipSettings.BackColor">BackColor</h4>
<div class="markdown level1 summary"><p>Gets or sets the background color of the tooltip window.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;ToolTipSettings.BackColor&quot;, &quot;The background color of the tooltip window.&quot;)]
public Color BackColor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;ToolTipSettings.BackColor&quot;, &quot;The background color of the tooltip window.&quot;)&gt;
Public Property BackColor As Color</code></pre>
</div>
<h5 id="C1_Win_Ribbon_ToolTipSettings_BackColor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is useful in case when the <a class="xref" href="C1.Win.Ribbon.ToolTipSettings.BackgroundImage.html#C1_Win_Ribbon_ToolTipSettings_BackgroundImage">BackgroundImage</a> property
is assigned to an image with transparent or semi-transparent areas.</p>
</div>
</div>
