Skip to main content
All docs
V23.2

LightweightThemeAssembly(String, Func<Assembly>) Constructor

Initializes a new instance of the LightweightThemeAssembly class with specified settings.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public LightweightThemeAssembly(
    string name,
    Func<Assembly> getAssembly
)

Parameters

Name Type Description
name String

The assembly name.

getAssembly Func<Assembly>

The method that returns an assembly.

See Also