# C1.Win.Themes.ThemeBackgroundType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Themes_ThemeBackgroundType" data-uid="C1.Win.Themes.ThemeBackgroundType" class="text-break">ThemeBackgroundType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the theme background type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Themes.html">C1.Win.Themes</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Themes.4.8.dll</h6>
  <h5 id="C1_Win_Themes_ThemeBackgroundType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ThemeBackgroundType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ThemeBackgroundType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_All">All</td>
        <td><p>Any type of background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_Gradient">Gradient</td>
        <td><p>Background with any gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_GradientColor">GradientColor</td>
        <td><p>Background with gradient of more than one color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_GradientMode">GradientMode</td>
        <td><p>Background with any gradient mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_LinearGradient">LinearGradient</td>
        <td><p>Background with linear gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_MultiColorGradient">MultiColorGradient</td>
        <td><p>Background with multi-color gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_MultiColorLinear">MultiColorLinear</td>
        <td><p>Background with linear gradient or multi-color gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_MultiColorRadial">MultiColorRadial</td>
        <td><p>Background with radial gradient or multi-color gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_None">None</td>
        <td><p>The type is not specified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_RadialGradient">RadialGradient</td>
        <td><p>Background with radial gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_Solid">Solid</td>
        <td><p>Solid background of one color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_TwoColorGradient">TwoColorGradient</td>
        <td><p>Background with gradient of two colors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_TwoColorLinear">TwoColorLinear</td>
        <td><p>Background with linear gradient or gradient of two color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeBackgroundType_TwoColorRadial">TwoColorRadial</td>
        <td><p>Background with radial gradient or gradient of two color.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
