# C1.Win.Themes.C1ThemeController.ThemeSettings

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeController_ThemeSettings_" data-uid="C1.Win.Themes.C1ThemeController.ThemeSettings*">ThemeSettings Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeController_ThemeSettings_" data-uid="C1.Win.Themes.C1ThemeController.ThemeSettings*"></a>
<h4 id="C1_Win_Themes_C1ThemeController_ThemeSettings" data-uid="C1.Win.Themes.C1ThemeController.ThemeSettings">ThemeSettings</h4>
<div class="markdown level1 summary"><p>Gets or sets the default theme settings for all objects
on the form or user control managed by the current theme controller.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
[C1Category(&quot;Themes&quot;)]
[C1Description(&quot;C1ThemeController.ThemeSettings&quot;, &quot;Gets or sets the default theme settings for all objects on the form or user control managed by the current theme controller.&quot;)]
public C1ThemeSettings ThemeSettings { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
&lt;C1Category(&quot;Themes&quot;)&gt;
&lt;C1Description(&quot;C1ThemeController.ThemeSettings&quot;, &quot;Gets or sets the default theme settings for all objects on the form or user control managed by the current theme controller.&quot;)&gt;
Public Property ThemeSettings As C1ThemeSettings</code></pre>
</div>
</div>
