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