LightweightThemeManager.GetThemeAssembly(String) Method
In This Article
Returns a lightweight theme assembly by its Name.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static LightweightThemeAssembly GetThemeAssembly(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | The assembly name. |
#Returns
Type | Description |
---|---|
Lightweight |
The lightweight theme assembly. |
See Also