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.
[Browsable(false)]
public class SystemThemeCatalog : ThemeCatalogBase
- Inheritance:
- object ThemeCatalogBase object
- Derived:
- ThemesAeroThemeCatalog
Constructors
SystemThemeCatalog()
Initializes an instance of the class.
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.