LightweightThemeAssembly(String, Func<Assembly>) Constructor
Initializes a new instance of the LightweightThemeAssembly class with specified settings.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The assembly name. |
getAssembly | Func<Assembly> | The method that returns an assembly. |
See Also