ThemeRepository
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ThemeRepository
Inheritance: objectThemeRepository
Constructors
C#
public ThemeRepository()
Properties
AvailableThemeNames
IEnumerable<string>
Gets a list with all theme names that are available.
C#
public static IEnumerable<string> AvailableThemeNames { get; }
Gets or sets the default control theme.
C#
public static Theme ControlDefault { get; set; }
Gets a list with all loaded themes.
C#
public static ICollection LoadedThemes { get; }
Methods
Adds a new theme to the repository.
Searches for a theme with specific name.
Registers a theme without loading it.
C#
public static void RegisterTheme(RadThemeComponentBase theme)
The theme component to register
Removes a theme from the repository.