Back to Devexpress

SplashScreenManagerService.TrackOwnerPosition Property

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

latest1.9 KB
Original Source

SplashScreenManagerService.TrackOwnerPosition Property

Specifies whether to change the splash screen position corresponding to the current owner’s position when the user moves the owner window around. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool TrackOwnerPosition { get; set; }
vb
Public Property TrackOwnerPosition As Boolean

Property Value

TypeDescription
Boolean

true , to change the splash screen position corresponding to the current owner’s position when the user moves the owner window around; otherwise, false.

|

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