LightweightThemeManager.RegisterTheme(LightweightTheme) Method
Registers the specified theme in the LightweightThemeManager.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| theme | LightweightTheme | The lightweight theme. |
Remarks
Use the RegisterTheme method to register a newly created theme. You can apply only registered themes to your WPF application.
See Also