# C1.Xamarin.Forms.Core.C1ThemeInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Core_C1ThemeInfo" data-uid="C1.Xamarin.Forms.Core.C1ThemeInfo" class="text-break">C1ThemeInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class allows accessing theme-related properties.</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"><span class="xref">C1ThemeInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Core.html">C1.Xamarin.Forms.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Core.dll</h6>
  <h5 id="C1_Xamarin_Forms_Core_C1ThemeInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ThemeInfo</code></pre>
  </div>
  <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_Xamarin_Forms_Core_C1ThemeInfo_ApplicationTheme" data-uid="C1.Xamarin.Forms.Core.C1ThemeInfo.ApplicationTheme">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1ThemeInfo.ApplicationTheme.html#C1_Xamarin_Forms_Core_C1ThemeInfo_ApplicationTheme">ApplicationTheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the application-level theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1ThemeInfo_BackgroundColor" data-uid="C1.Xamarin.Forms.Core.C1ThemeInfo.BackgroundColor">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1ThemeInfo.BackgroundColor.html#C1_Xamarin_Forms_Core_C1ThemeInfo_BackgroundColor">BackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background color of the theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1ThemeInfo_IsDark" data-uid="C1.Xamarin.Forms.Core.C1ThemeInfo.IsDark">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1ThemeInfo.IsDark.html#C1_Xamarin_Forms_Core_C1ThemeInfo_IsDark">IsDark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the theme is dark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1ThemeInfo_SecondBackgroundColor" data-uid="C1.Xamarin.Forms.Core.C1ThemeInfo.SecondBackgroundColor">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1ThemeInfo.SecondBackgroundColor.html#C1_Xamarin_Forms_Core_C1ThemeInfo_SecondBackgroundColor">SecondBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Get the second background of the theme</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1ThemeInfo_TextColor" data-uid="C1.Xamarin.Forms.Core.C1ThemeInfo.TextColor">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1ThemeInfo.TextColor.html#C1_Xamarin_Forms_Core_C1ThemeInfo_TextColor">TextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text color of the theme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
