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

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

See Also