Skip to main content

SegmentedFadeTransition(Image, Image, IAnimationParameters) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public SegmentedFadeTransition(
    Image from,
    Image to,
    IAnimationParameters 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 IAnimationParameters

An object that specifies animation parameters.

See Also