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

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