IThemeService interface¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.IThemeService
Modifiers: public abstract
Summary¶
Represents a contract with a service that provides tools for manipulating the theme.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| GetTheme | Gets current application theme. |
| GetSystemTheme | Gets current system theme. |
| GetNativeSystemTheme | Gets current system theme. |
| SetTheme | Sets current application theme. |
| SetSystemAccent | Sets currently used Windows OS accent. |
| SetAccent | Sets current application accent. |