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

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

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

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

    Syntax
    'Declaration
     
    Public Shared Property ApplicationThemeSettings As C1ThemeSettings
    public static C1ThemeSettings ApplicationThemeSettings {get; set;}
    See Also