Back to Devexpress

SplashScreenManager.CreateThemed(DXSplashScreenViewModel, Boolean) Method

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanager-dot-createthemed-x28-devexpress-dot-mvvm-dot-dxsplashscreenviewmodel-system-dot-boolean-x29.md

latest1.9 KB
Original Source

SplashScreenManager.CreateThemed(DXSplashScreenViewModel, Boolean) Method

Creates a splash screen with the color scheme based on the application theme.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static SplashScreenManager CreateThemed(
    DXSplashScreenViewModel viewModel = null,
    bool topmost = false
)
vb
Public Shared Function CreateThemed(
    viewModel As DXSplashScreenViewModel = Nothing,
    topmost As Boolean = False
) As SplashScreenManager

Optional Parameters

NameTypeDefaultDescription
viewModelDXSplashScreenViewModelnull

A view model that specifies options for the splash screen.

| | topmost | Boolean | False |

true, to display the splash screen over other applications.

|

Returns

TypeDescription
SplashScreenManager

A DevExpress.Xpf.Core.SplashScreenManager object that represents the created splash screen.

|

Remarks

Use the Show method to display the splash screen.

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.Xpf.Core Namespace