Back to Devexpress

ThemeManager.GetThemeName(DependencyObject) Method

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

latest1.4 KB
Original Source

ThemeManager.GetThemeName(DependencyObject) Method

Gets the value of the ThemeManager.ThemeName property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static string GetThemeName(
    DependencyObject obj
)
vb
Public Shared Function GetThemeName(
    obj As DependencyObject
) As String

Parameters

NameTypeDescription
objDependencyObject

The element to which the attached property is written.

|

Returns

TypeDescription
String

A String value that specifies the theme name.

|

See Also

ThemeManager Class

ThemeManager Members

DevExpress.Xpf.Core Namespace