Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / ThemeController Property

In This Topic
    ThemeController Property
    In This Topic
    Gets or sets the associated C1ThemeController which applies the selected theme.
    Syntax
    'Declaration
     
    Public Property ThemeController As C1ThemeController
    public C1ThemeController ThemeController {get; set;}
    See Also