Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / ThemesFolder Property

In This Topic
    ThemesFolder Property (C1ThemeLocator)
    In This Topic
    Gets or sets the name of the folder containing theme files.

    Theme files are assumed to be located in the sub-folder of the current application folder with this name.

    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".

    Sub-folders are included in the search.

    Syntax
    'Declaration
     
    Public Shared Property ThemesFolder As System.String
    public static System.string ThemesFolder {get; set;}
    See Also