Skip to main content
A newer version of this page is available. .

SlideFadeTransition(Image, Image, IPushAnimationParameters) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Parameters

Name Type
from Image
to Image
parameters IPushAnimationParameters
See Also