In This Article

ThemeCatalogRegistrarBase<T> Class

Represents a class that registers a theme catalog with the theme manager.

public abstract class ThemeCatalogRegistrarBase<T> : ResourceDictionary where T : ThemeCatalogBase, new()
Type Parameters:
T -
Inheritance:
object ResourceDictionary object
Derived:
SystemThemeCatalogRegistrar ThemesAeroThemeCatalogRegistrar

Constructors

ThemeCatalogRegistrarBase()

Initializes a new instance of the ThemeCatalogRegistrarBase class.

protected ThemeCatalogRegistrarBase()

Methods

Register()

Registers the associated theme catalog with the theme manager.

public static void Register()

Inherited Members