In This Article

ThemesAeroThemeCatalog Class

A theme catalog that describes the theme group name implementations and available themed resource dictionaries within this assembly.

public class ThemesAeroThemeCatalog : SystemThemeCatalog
Inheritance:
Object ThemeCatalogBase SystemThemeCatalog Object

Constructors

ThemesAeroThemeCatalog()

public ThemesAeroThemeCatalog()

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