# C1.Win.Themes.ThemeSolidBackground

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Themes_ThemeSolidBackground" data-uid="C1.Win.Themes.ThemeSolidBackground" class="text-break">ThemeSolidBackground Class
</h1>
  <div class="markdown level0 summary"><p>Represents the theme background with one solid color.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.Themes.ThemeBackground.html">ThemeBackground</a></div>
    <div class="level2"><span class="xref">ThemeSolidBackground</span></div>
  </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_ThemeSolidBackground_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ThemeSolidBackground : ThemeBackground</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ThemeSolidBackground
    Inherits ThemeBackground</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground__ctor_C1_Win_Themes_ThemeColorValue_" data-uid="C1.Win.Themes.ThemeSolidBackground.#ctor(C1.Win.Themes.ThemeColorValue)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.-ctor.html#C1_Win_Themes_ThemeSolidBackground__ctor_C1_Win_Themes_ThemeColorValue_">ThemeSolidBackground(ThemeColorValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ThemeSolidBackground class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground__ctor_System_Drawing_Color_" data-uid="C1.Win.Themes.ThemeSolidBackground.#ctor(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.-ctor.html#C1_Win_Themes_ThemeSolidBackground__ctor_System_Drawing_Color_">ThemeSolidBackground(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ThemeSolidBackground class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_BackgroundType" data-uid="C1.Win.Themes.ThemeSolidBackground.BackgroundType">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.BackgroundType.html#C1_Win_Themes_ThemeSolidBackground_BackgroundType">BackgroundType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets background type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_Color" data-uid="C1.Win.Themes.ThemeSolidBackground.Color">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.Color.html#C1_Win_Themes_ThemeSolidBackground_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Returns color that can be used instead of background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_Valid" data-uid="C1.Win.Themes.ThemeSolidBackground.Valid">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.Valid.html#C1_Win_Themes_ThemeSolidBackground_Valid">Valid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the background is valid.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_ContainsReference_C1_Win_Themes_ThemeItem_" data-uid="C1.Win.Themes.ThemeSolidBackground.ContainsReference(C1.Win.Themes.ThemeItem)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.ContainsReference.html#C1_Win_Themes_ThemeSolidBackground_ContainsReference_C1_Win_Themes_ThemeItem_">ContainsReference(ThemeItem)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_Equals_System_Object_" data-uid="C1.Win.Themes.ThemeSolidBackground.Equals(System.Object)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.Equals.html#C1_Win_Themes_ThemeSolidBackground_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_GetBrush" data-uid="C1.Win.Themes.ThemeSolidBackground.GetBrush">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.GetBrush.html#C1_Win_Themes_ThemeSolidBackground_GetBrush">GetBrush()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the brush for this background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_GetHashCode" data-uid="C1.Win.Themes.ThemeSolidBackground.GetHashCode">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.GetHashCode.html#C1_Win_Themes_ThemeSolidBackground_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_GetReferences_System_Collections_Generic_List_C1_Win_Themes_ThemeItem__" data-uid="C1.Win.Themes.ThemeSolidBackground.GetReferences(System.Collections.Generic.List{C1.Win.Themes.ThemeItem})">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.GetReferences.html#C1_Win_Themes_ThemeSolidBackground_GetReferences_System_Collections_Generic_List_C1_Win_Themes_ThemeItem__">GetReferences(List&lt;ThemeItem&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_GetSolidColor" data-uid="C1.Win.Themes.ThemeSolidBackground.GetSolidColor">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.GetSolidColor.html#C1_Win_Themes_ThemeSolidBackground_GetSolidColor">GetSolidColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns Color that can be used instead of background when
element does not support special background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_IsStateEqual_System_Object_" data-uid="C1.Win.Themes.ThemeSolidBackground.IsStateEqual(System.Object)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.IsStateEqual.html#C1_Win_Themes_ThemeSolidBackground_IsStateEqual_System_Object_">IsStateEqual(object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_ReplaceReference_C1_Win_Themes_ThemeItem_C1_Win_Themes_ThemeItem_" data-uid="C1.Win.Themes.ThemeSolidBackground.ReplaceReference(C1.Win.Themes.ThemeItem,C1.Win.Themes.ThemeItem)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.ReplaceReference.html#C1_Win_Themes_ThemeSolidBackground_ReplaceReference_C1_Win_Themes_ThemeItem_C1_Win_Themes_ThemeItem_">ReplaceReference(ThemeItem, ThemeItem)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_SerializeReadProp_C1_Win_Themes_Serialization_Serializer_System_String_System_Type_System_String_" data-uid="C1.Win.Themes.ThemeSolidBackground.SerializeReadProp(C1.Win.Themes.Serialization.Serializer,System.String,System.Type,System.String)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.SerializeReadProp.html#C1_Win_Themes_ThemeSolidBackground_SerializeReadProp_C1_Win_Themes_Serialization_Serializer_System_String_System_Type_System_String_">SerializeReadProp(Serializer, string, Type, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_SerializeReset" data-uid="C1.Win.Themes.ThemeSolidBackground.SerializeReset">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.SerializeReset.html#C1_Win_Themes_ThemeSolidBackground_SerializeReset">SerializeReset()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Themes_ThemeSolidBackground_SerializeWrite_C1_Win_Themes_Serialization_Serializer_" data-uid="C1.Win.Themes.ThemeSolidBackground.SerializeWrite(C1.Win.Themes.Serialization.Serializer)">
          <a class="xref" href="C1.Win.Themes.ThemeSolidBackground.SerializeWrite.html#C1_Win_Themes_ThemeSolidBackground_SerializeWrite_C1_Win_Themes_Serialization_Serializer_">SerializeWrite(Serializer)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
