Skip to main content
All docs
V25.1
  • SplashScreenWindow.FadeInDuration Property

    Specifies the duration of the fade-in animation. This is a dependency property.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public TimeSpan FadeInDuration { get; set; }

    Property Value

    Type Description
    TimeSpan

    A System.TimeSpan value that is the duration of the fade-in animation.

    See Also