ThemedResourceDictionaryReference Class
Provides a reference to a themed ResourceDictionary and describes its contents.
public class ThemedResourceDictionaryReference
- Inheritance:
- object object
- Derived:
- TintedResourceDictionaryReference
Constructors
ThemedResourceDictionaryReference()
Initializes an instance of the class.
public ThemedResourceDictionaryReference()
Properties
AreThemesExclusive
A value indicating whether the Themes property is inclusive or exclusive.
public bool AreThemesExclusive { get; set; }
Property Value
LocationUri
The System.Uri pointing to the location of the XAML-based resource dictionary.
public Uri? LocationUri { get; set; }
Property Value
- Uri
Themes
The collection of theme names (e.g., Generic, OfficeBlue, etc.) for which the resources apply or don't apply based on the AreThemesExclusive property.
Methods
GetResourceDictionary()
A ResourceDictionary initialized using LocationUri.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()