Back to Devexpress

ThemeManager.GetIsWin11Theme(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-thememanager-dot-getiswin11theme-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.3 KB
Original Source

ThemeManager.GetIsWin11Theme(DependencyObject) Method

Gets the value of the ThemeManager.IsWin11Theme property attached to the specified ThemeManager.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetIsWin11Theme(
    DependencyObject d
)
vb
Public Shared Function GetIsWin11Theme(
    d As DependencyObject
) As Boolean

Parameters

NameType
dDependencyObject

Returns

Type
Boolean

See Also

ThemeManager Class

ThemeManager Members

DevExpress.Xpf.Core Namespace