In This Article

SystemThemeCatalog Class

Provides the base requirements for a theme catalog that provides a list of themed resource dictionaries references available in an Actipro product assembly.

public class SystemThemeCatalog : ThemeCatalogBase
Inheritance:
Object ThemeCatalogBase Object
Derived:
ThemesAeroThemeCatalog

Constructors

SystemThemeCatalog()

public SystemThemeCatalog()

Properties

DictionaryReferences

Gets the collection of ThemedResourceDictionaryReference objects for the assembly.

public override IEnumerable<ThemedResourceDictionaryReference> DictionaryReferences { get; }

Property Value

IEnumerable<ThemedResourceDictionaryReference>:

The collection of ThemedResourceDictionaryReference objects for the assembly.

Inherited Members