# C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundGradient

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundGradient_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundGradient*">BackgroundGradient Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundGradient_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundGradient*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundGradient" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundGradient">BackgroundGradient</h4>
<div class="markdown level1 summary"><p>Gets or sets the background gradient for the tooltips.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackgroundGradient BackgroundGradient { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BackgroundGradient As BackgroundGradient</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundGradient_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When the <b>BackgroundGradient</b> is set to a value other than none, the gradient
is used instead of the image specified by the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImage.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImage">BackgroundImage</a> property.</p>
<p>If you want to use a gradient different from the built-in ones, create an image
and assign it to the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImage.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImage">BackgroundImage</a> property.</p>
</div>
</div>
