Skip to main content
A newer version of this page is available.
All docs
V20.2

ThemeManager.PreloadThemeResourceAsyncOld(String, CancellationToken, Boolean) Method

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public static Task PreloadThemeResourceAsyncOld(
    string themeName,
    CancellationToken token = default(CancellationToken),
    bool runTypeInitializers = false
)

Parameters

Name Type
themeName String

Optional Parameters

Name Type Default
token CancellationToken *null*
runTypeInitializers Boolean False

Returns

Type
Task
See Also