# C1.WPF.Sparkline.Util.IThemeSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Sparkline_Util_IThemeSupport" data-uid="C1.WPF.Sparkline.Util.IThemeSupport" class="text-break">IThemeSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for supporting a theme.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Sparkline.Util.html">C1.WPF.Sparkline.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Sparkline.dll</h6>
  <h5 id="C1_WPF_Sparkline_Util_IThemeSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IThemeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IThemeSupport</code></pre>
  </div>
  <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_WPF_Sparkline_Util_IThemeSupport_GetThemeColor_System_String_" data-uid="C1.WPF.Sparkline.Util.IThemeSupport.GetThemeColor(System.String)">
          <a class="xref" href="C1.WPF.Sparkline.Util.IThemeSupport.GetThemeColor.html#C1_WPF_Sparkline_Util_IThemeSupport_GetThemeColor_System_String_">GetThemeColor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color with a specified theme name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_Util_IThemeSupport_GetThemeFont_System_String_" data-uid="C1.WPF.Sparkline.Util.IThemeSupport.GetThemeFont(System.String)">
          <a class="xref" href="C1.WPF.Sparkline.Util.IThemeSupport.GetThemeFont.html#C1_WPF_Sparkline_Util_IThemeSupport_GetThemeFont_System_String_">GetThemeFont(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font family with a specified theme name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
