Skip to main content
All docs
V25.1
  • CoverTransition(Image, Image, ICoverAnimationParameters) Constructor

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

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public CoverTransition(
        Image from,
        Image to,
        ICoverAnimationParameters parameters
    )

    Parameters

    Name Type Description
    from Image

    An object that specifies the first image in the transition.

    to Image

    An object that specifies the last image in the transition.

    parameters DevExpress.Utils.Animation.ICoverAnimationParameters

    An object that contains cover transition parameters.

    See Also