# C1.Win.Themes.C1ThemeController.ApplicationThemeSettings

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeController_ApplicationThemeSettings_" data-uid="C1.Win.Themes.C1ThemeController.ApplicationThemeSettings*">ApplicationThemeSettings Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeController_ApplicationThemeSettings_" data-uid="C1.Win.Themes.C1ThemeController.ApplicationThemeSettings*"></a>
<h4 id="C1_Win_Themes_C1ThemeController_ApplicationThemeSettings" data-uid="C1.Win.Themes.C1ThemeController.ApplicationThemeSettings">ApplicationThemeSettings</h4>
<div class="markdown level1 summary"><p>Gets or sets the application-wide default theme settings.</p>
<p>All theme controllers which have "(default)" set as Theme property value
will use this theme settings.</p>
<p>This name is persisted with key "C1ApplicationThemeSettings" 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 C1ThemeSettings ApplicationThemeSettings { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Property ApplicationThemeSettings As C1ThemeSettings</code></pre>
</div>
</div>
