Back to Devexpress

LightweightThemeManager.GetTheme(String) Method

wpf-devexpress-dot-xpf-dot-core-dot-lightweightthememanager-dot-gettheme-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

LightweightThemeManager.GetTheme(String) Method

Returns a lightweight theme by its Name.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static LightweightTheme GetTheme(
    string name
)
vb
Public Shared Function GetTheme(
    name As String
) As LightweightTheme

Parameters

NameTypeDescription
nameString

The theme name.

|

Returns

TypeDescription
LightweightTheme

The lightweight theme.

|

See Also

LightweightThemeManager Class

LightweightThemeManager Members

DevExpress.Xpf.Core Namespace