ThemeManager
Class
This class supports the Telerik theming infrastructure and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class ThemeManager
Inheritance: objectThemeManager
Fields
Contains the names of all common themes - used for the QSF Theme dropdown and IntelliSense.
C#
public static readonly ReadOnlyCollection<string> StandardThemeNames
Contains all standard themes.
C#
public static readonly Dictionary<string, Theme> StandardThemes