ApplicationThemeHelper Properties
An abstract class that provides access to an application’s theme settings.| Name | Description |
|---|---|
| ApplicationThemeName static | Gets or sets the name of the theme applied to the entire application. |
| ConfigurationUserLevel static | Gets or sets where to save the application theme name. |
| UseDefaultSvgImages static | Gets or sets whether to display vector or bitmap icons within WPF controls. |
| UseLegacyDefaultTheme static | Specifies whether the application should use the legacy default theme (“DeepBlue”). |
See Also