Skip to main content

SlideFadeTransition(Image, Image, IPushAnimationParameters) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.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