# C1.Maui.Core.C1ThemeInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1ThemeInfo" data-uid="C1.Maui.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.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1ThemeInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ThemeInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet 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_Maui_Core_C1ThemeInfo_AccentBackground" data-uid="C1.Maui.Core.C1ThemeInfo.AccentBackground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.AccentBackground.html#C1_Maui_Core_C1ThemeInfo_AccentBackground">AccentBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the accent background brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_AccentForeground" data-uid="C1.Maui.Core.C1ThemeInfo.AccentForeground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.AccentForeground.html#C1_Maui_Core_C1ThemeInfo_AccentForeground">AccentForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the accent foreground brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_ApplicationTheme" data-uid="C1.Maui.Core.C1ThemeInfo.ApplicationTheme">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.ApplicationTheme.html#C1_Maui_Core_C1ThemeInfo_ApplicationTheme">ApplicationTheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the application-level theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_Background" data-uid="C1.Maui.Core.C1ThemeInfo.Background">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.Background.html#C1_Maui_Core_C1ThemeInfo_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background brush of the theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_CautionBackground" data-uid="C1.Maui.Core.C1ThemeInfo.CautionBackground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.CautionBackground.html#C1_Maui_Core_C1ThemeInfo_CautionBackground">CautionBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a brush representing a caution state background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_CautionForeground" data-uid="C1.Maui.Core.C1ThemeInfo.CautionForeground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.CautionForeground.html#C1_Maui_Core_C1ThemeInfo_CautionForeground">CautionForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a brush representing a caution state foreground.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_CriticalBackground" data-uid="C1.Maui.Core.C1ThemeInfo.CriticalBackground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.CriticalBackground.html#C1_Maui_Core_C1ThemeInfo_CriticalBackground">CriticalBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a brush representing a critical state background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_CriticalForeground" data-uid="C1.Maui.Core.C1ThemeInfo.CriticalForeground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.CriticalForeground.html#C1_Maui_Core_C1ThemeInfo_CriticalForeground">CriticalForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a brush representing a critical state foreground.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_Foreground" data-uid="C1.Maui.Core.C1ThemeInfo.Foreground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.Foreground.html#C1_Maui_Core_C1ThemeInfo_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text brush of the theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_IsDark" data-uid="C1.Maui.Core.C1ThemeInfo.IsDark">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.IsDark.html#C1_Maui_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_Maui_Core_C1ThemeInfo_SuccessBackground" data-uid="C1.Maui.Core.C1ThemeInfo.SuccessBackground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.SuccessBackground.html#C1_Maui_Core_C1ThemeInfo_SuccessBackground">SuccessBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a brush representing a success state background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1ThemeInfo_SuccessForeground" data-uid="C1.Maui.Core.C1ThemeInfo.SuccessForeground">
          <a class="xref" href="C1.Maui.Core.C1ThemeInfo.SuccessForeground.html#C1_Maui_Core_C1ThemeInfo_SuccessForeground">SuccessForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the a brush representing a success state foreground.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
