Skip to main content
All docs
V25.1
  • SlideFadeTransition(Image, Image, IPushAnimationParameters) Constructor

    Initializes a new instance of the SlideFadeTransition class with specified settings.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public SlideFadeTransition(
        Image from,
        Image to,
        IPushAnimationParameters parameters
    )

    Parameters

    Name Type
    from Image
    to Image
    parameters IPushAnimationParameters
    See Also