Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / ApplicationTheme Property

In This Topic
    ApplicationTheme Property (C1ThemeController)
    In This Topic
    Gets or sets the application-wide default theme name.

    All theme controllers which have "(default)" set as Theme property value will use this theme.

    This name is persisted with key "C1ApplicationTheme" in the application config file (app.config).

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