# C1.Win.Ribbon.ToolTipSettings.BackgroundImageLayout

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_ToolTipSettings_BackgroundImageLayout_" data-uid="C1.Win.Ribbon.ToolTipSettings.BackgroundImageLayout*">BackgroundImageLayout Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_ToolTipSettings_BackgroundImageLayout_" data-uid="C1.Win.Ribbon.ToolTipSettings.BackgroundImageLayout*"></a>
<h4 id="C1_Win_Ribbon_ToolTipSettings_BackgroundImageLayout" data-uid="C1.Win.Ribbon.ToolTipSettings.BackgroundImageLayout">BackgroundImageLayout</h4>
<div class="markdown level1 summary"><p>Gets or sets the background image layout as defined in the <a class="xref" href="C1.Win.Ribbon.BackgroundImageLayout.html">BackgroundImageLayout</a> enumeration.</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.BackgroundImageLayout&quot;, &quot;The background image layout as defined in the C1.Win.Ribbon.BackgroundImageLayout enumeration.&quot;)]
public BackgroundImageLayout BackgroundImageLayout { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;ToolTipSettings.BackgroundImageLayout&quot;, &quot;The background image layout as defined in the C1.Win.Ribbon.BackgroundImageLayout enumeration.&quot;)&gt;
Public Property BackgroundImageLayout As BackgroundImageLayout</code></pre>
</div>
</div>
