Skip to main content

SplashScreenService.SplashScreenType Property

Gets or sets the type of splash screen to be shown. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Type SplashScreenType { get; set; }

Property Value

Type Description
Type

An object specifying the type of splash screen to be shown.

See Also