SplashScreenManagerService.StartupLocation Property
In This Article
Specifies the initial location of the splash screen. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public WindowStartupLocation StartupLocation { get; set; }
#Property Value
Type | Description |
---|---|
Window |
A System. |
#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