In This Article

BarsMvvmThemeCatalog Class

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

public class BarsMvvmThemeCatalog : ThemeCatalogBase
Inheritance:
object ThemeCatalogBase object

Constructors

BarsMvvmThemeCatalog()

Initializes an instance of the class.

public BarsMvvmThemeCatalog()

Properties

DictionaryReferences

The collection of ThemedResourceDictionaryReference objects for the catalog.

public override IEnumerable<ThemedResourceDictionaryReference> DictionaryReferences { get; }

Property Value

IEnumerable<ThemedResourceDictionaryReference>

Inherited Members

Extension Methods