Theme Properties
A WPF theme.| Name | Description |
|---|---|
| Assembly | Gets an assembly that contains this theme. |
| AssemblyName | Gets or sets the name of an assembly that contains this theme. |
| CachePaletteThemes static | Gets or sets whether to cache the current palette theme assembly. This is a dependency property. |
| Category | Gets the name of the theme category to which the current theme belongs. |
| DefaultThemeFullName static | Gets the full name of the default theme. |
| DefaultThemeName static | Gets the name of the default theme. |
| FullName | Gets or sets the full theme name. |
| GlobalAssemblyCache | For internal use. |
| IsStandard | For internal use. |
| LargeGlyph | Gets the uniform resource identifier of the large icon for the current theme. |
| Name | Gets or sets the theme name. |
| PaletteThemeCacheDirectory static | Gets or sets a directory where the cached palette theme’s assemblies are stored. |
| PublicKeyToken | For internal use. |
| SmallGlyph | Gets the uniform resource identifier of the small icon for the current theme. |
| SvgGlyph | Gets the uniform resource identifier of the vector (SVG) icon for the current theme. |
| Themes static | Gets a list of themes registered in the ThemeManager. |
| Version | Gets or sets the theme version. |
See Also