SplashScreenManager.CreateFluent(DXSplashScreenViewModel, Boolean) Method
In This Article
Creates a splash screen with acrylic background.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static SplashScreenManager CreateFluent(
DXSplashScreenViewModel viewModel = null,
bool topmost = false
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
view |
DXSplash |
null | A view model that specifies options for the splash screen. |
topmost | Boolean | False | true to display the splash screen over other applications. |
#Returns
Type | Description |
---|---|
Splash |
A DevExpress. |
#Remarks
Use the Show method to display the splash screen.
See Also