Back to Devexpress

SplashScreenManagerService.PredefinedSplashScreenType Property

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanagerservice.md

latest1.3 KB
Original Source

SplashScreenManagerService.PredefinedSplashScreenType Property

Specifies which one of the three predefined splash screen styles to display. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public PredefinedSplashScreenType PredefinedSplashScreenType { get; set; }
vb
Public Property PredefinedSplashScreenType As PredefinedSplashScreenType

Property Value

TypeDescription
DevExpress.Xpf.Core.PredefinedSplashScreenType

A DevExpress.Xpf.Core.PredefinedSplashScreenType enumeration value.

|

Remarks

The following predefined splash screen styles are available:

  • Themed

  • Fluent

  • WaitIndicator

See Also

SplashScreenManagerService Class

SplashScreenManagerService Members

DevExpress.Xpf.Core Namespace