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.

[Browsable(false)]
public class SystemThemeCatalog : ThemeCatalogBase
Inheritance:
object ThemeCatalogBase object
Derived:
ThemesAeroThemeCatalog

Constructors

SystemThemeCatalog()

Initializes an instance of the class.

public SystemThemeCatalog()

Properties

DictionaryReferences

The collection of ThemedResourceDictionaryReference objects for the catalog.

public override IEnumerable<ThemedResourceDictionaryReference>? DictionaryReferences { get; }

Property Value

IEnumerable<ThemedResourceDictionaryReference>

Inherited Members

Extension Methods