Skip to main content
All docs
V25.1
  • BaseTransition.Parameters Property

    Provides access to transition parameters such as the frame count, time interval between frames, etc.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public IAnimationParameters Parameters { get; }

    Property Value

    Type Description
    IAnimationParameters

    An IAnimationParameters object that specifies transition parameters.

    See Also