# C1.Win.Themes.C1ThemeLocator.ThemesFolder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeLocator_ThemesFolder_" data-uid="C1.Win.Themes.C1ThemeLocator.ThemesFolder*">ThemesFolder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeLocator_ThemesFolder_" data-uid="C1.Win.Themes.C1ThemeLocator.ThemesFolder*"></a>
<h4 id="C1_Win_Themes_C1ThemeLocator_ThemesFolder" data-uid="C1.Win.Themes.C1ThemeLocator.ThemesFolder">ThemesFolder</h4>
<div class="markdown level1 summary"><p>Gets or sets the name of the folder containing theme files.</p>
<p>Theme files are assumed to be located in the sub-folder of the current application folder
with this name.</p>
<p>The default is "Themes", so e.g. if the path to the current app is
"c:\myfolder\myapp.exe", theme files will be searched in "c:\myfolder\Themes".</p>
<p>Sub-folders are included in the search.</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 ThemesFolder { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Property ThemesFolder As String</code></pre>
</div>
</div>
