Back to Devexpress

LoadingDecorator.SplashScreenWindowStyle Property

wpf-devexpress-dot-xpf-dot-core-dot-loadingdecorator-2ce50fc2.md

latest1.2 KB
Original Source

LoadingDecorator.SplashScreenWindowStyle Property

Gets or sets the style applied to the LoadingDecorator‘s 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 Style SplashScreenWindowStyle { get; set; }
vb
Public Property SplashScreenWindowStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type : Window.

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace