Skip to main content

TransitionManager(IContainer) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public TransitionManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A container for the TransitionManager being created.

See Also