Specifies the duration of the fade-out effect. This is a dependency property.
Namespace:DevExpress.Xpf.Core
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public TimeSpan FadeOutDuration { get; set; }
|
VB |
Public Property FadeOutDuration As TimeSpan
|
Property value
Type: TimeSpan
A System.TimeSpan value that is the duration of the fade-out effect.

See Also