[TypeConverterAttribute(typeof(ThemeVariantTypeConverter))]
public sealed class ThemeVariant : IEquatable<ThemeVariant><TypeConverterAttribute(GetType(ThemeVariantTypeConverter))>
Public NotInheritable Class ThemeVariant
Implements IEquatable(Of ThemeVariant)[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ThemeVariantTypeConverter))>]
type ThemeVariant =
class
interface IEquatable<ThemeVariant>
end| Dark | Use the Dark theme variant. |
| Default | Inherit theme variant from the parent. If set on Application, system theme is inherited. Using Default as the ResourceDictionary.Key marks this dictionary as a fallback in case the theme variant or resource key is not found in other theme dictionaries. |
| InheritVariant | Reference to a theme variant which should be used, if resource wasn't found for the requested variant. |
| Key | Key of the theme variant by which variants are compared. |
| Light | Use the Light theme variant. |
| Equals(ThemeVariant) | |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | (Overrides ObjectToString) |