Back to Devexpress

ApplicationThemeHelper.UseLegacyDefaultTheme Property

wpf-devexpress-dot-xpf-dot-core-dot-applicationthemehelper-8e242064.md

latest1.3 KB
Original Source

ApplicationThemeHelper.UseLegacyDefaultTheme Property

Specifies whether the application should use the legacy default theme (“DeepBlue”).

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public static bool UseLegacyDefaultTheme { get; set; }
vb
<Browsable(False)>
Public Shared Property UseLegacyDefaultTheme As Boolean

Property Value

Type
Boolean

Remarks

Note

The property is outdated. Use the CompatibilitySettings.LegacyDefaultTheme property instead.

See Also

ApplicationThemeHelper Class

ApplicationThemeHelper Members

DevExpress.Xpf.Core Namespace