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

In This Topic
    ThemeSettings Property (C1ThemeController)
    In This Topic
    Gets or sets the default theme settings for all objects on the form or user control managed by the current theme controller.
    Syntax
    'Declaration
     
    Public Property ThemeSettings As C1ThemeSettings
    public C1ThemeSettings ThemeSettings {get; set;}
    See Also