# C1.Win.Themes.C1ThemeController.ApplicationTheme

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeController_ApplicationTheme_" data-uid="C1.Win.Themes.C1ThemeController.ApplicationTheme*">ApplicationTheme Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeController_ApplicationTheme_" data-uid="C1.Win.Themes.C1ThemeController.ApplicationTheme*"></a>
<h4 id="C1_Win_Themes_C1ThemeController_ApplicationTheme" data-uid="C1.Win.Themes.C1ThemeController.ApplicationTheme">ApplicationTheme</h4>
<div class="markdown level1 summary"><p>Gets or sets the application-wide default theme name.</p>
<p>All theme controllers which have "(default)" set as Theme property value
will use this theme.</p>
<p>This name is persisted with key "C1ApplicationTheme" in the application config file (app.config).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static string ApplicationTheme { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Property ApplicationTheme As String</code></pre>
</div>
</div>
