Skip to main content
All docs
V25.1
  • IAnimationParameters Interface

    Contains parameters applied to the associated animation.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public interface IAnimationParameters

    The following members return IAnimationParameters objects:

    Remarks

    IAnimationParameters objects are used to specify the BaseTransition.Parameters property.

    See Also