New to Telerik UI for WPFStart a free 30-day trial

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

Methods

Returns a standard theme with the specified name. Fallbacks to the default theme if a standard theme was not found.

C#
public static Theme FromName(string themeName)
Parameters:themeNamestring

Name of the theme.

Returns:

Theme