Back to Devexpress

SplashScreenManagerService.StartupLocation Property

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

latest1.8 KB
Original Source

SplashScreenManagerService.StartupLocation Property

Specifies the initial location of the splash screen. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public WindowStartupLocation StartupLocation { get; set; }
vb
Public Property StartupLocation As WindowStartupLocation

Property Value

TypeDescription
WindowStartupLocation

A System.Windows.WindowStartupLocation enumeration value that specifies the initial location of the splash screen.

|

Remarks

To display a splash screen on top of a UI element, specify this element as the Owner property value and set the StartupLocation property to CenterOwner. Set the TrackOwnerPosition property to true to keep the splash screen above the owner when the user drags the owner.

See Also

SplashScreenManagerService Class

SplashScreenManagerService Members

DevExpress.Xpf.Core Namespace