Back to Devexpress

LoadingDecorator.UseFadeEffect Property

wpf-devexpress-dot-xpf-dot-core-dot-loadingdecorator-b7095a7e.md

latest1.2 KB
Original Source

LoadingDecorator.UseFadeEffect Property

Gets or sets a value indicating whether the LoadingDecorator‘s splash screen is shown with a fade effect. 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 UseFadeEffect { get; set; }
vb
Public Property UseFadeEffect As Boolean

Property Value

TypeDescription
Boolean

true if the splash screen is shown with a fade effect; otherwise, false.

The default is true.

|

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace