Win10Palette.GetCurrentThemeName() Method
Gets a Win10Palette’s theme name.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
String | The Win10Palette theme name. |
Remarks
You can use the method to get a Win10Palette’s theme name and then re-apply the theme in code.
See Also