# C1.Win.Themes.C1ThemeController.Theme

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeController_Theme_" data-uid="C1.Win.Themes.C1ThemeController.Theme*">Theme Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeController_Theme_" data-uid="C1.Win.Themes.C1ThemeController.Theme*"></a>
<h4 id="C1_Win_Themes_C1ThemeController_Theme" data-uid="C1.Win.Themes.C1ThemeController.Theme">Theme</h4>
<div class="markdown level1 summary"><p>Gets or sets the name of the default theme 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.Theme&quot;, &quot;Specifies the name of the default theme for all objects on the form or user control managed by the current theme controller.&quot;)]
public string Theme { 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.Theme&quot;, &quot;Specifies the name of the default theme for all objects on the form or user control managed by the current theme controller.&quot;)&gt;
Public Property Theme As String</code></pre>
</div>
</div>
