LoadingDecorator.SplashScreenLocation Property
In This Article
Gets or sets the position of the LoadingDecorator‘s 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 SplashScreenLocation SplashScreenLocation { get; set; }
#Property Value
Type | Description |
---|---|
Splash |
A Splash The default value is Splash |
Available values:
Name | Description |
---|---|
Center |
Locates the splash screen in the container center. |
Center |
Locates the splash screen in the window center. |
Center |
Locates the splash screen in the screen center. |
See Also