Class ThemeManager
This class supports the Telerik theming infrastructure and is not intended to be used directly from your code.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class ThemeManager
Fields
StandardThemeNames
Contains the names of all common themes - used for the QSF Theme dropdown and IntelliSense.
Declaration
public static readonly ReadOnlyCollection<string> StandardThemeNames
Field Value
System.Collections.ObjectModel.ReadOnlyCollection<System.String>
|
StandardThemes
Contains all standard themes.
Declaration
public static readonly Dictionary<string, Theme> StandardThemes
Field Value
System.Collections.Generic.Dictionary<System.String, Theme>
|
Methods
FromName(String)
Returns a standard theme with the specified name. Fallbacks to the default theme if a standard theme was not found.
Declaration
public static Theme FromName(string themeName)
Parameters
System.String
themeName
Name of the theme. |
Returns
Theme
|