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
Inherited Members
- ThemeCatalogBase.GetDictionaryReferencesForTheme(string)
- ThemeCatalogBase.Priority
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()