Skip to main content
All docs
V25.1
  • IAnimationParameters.FrameInterval Property

    Gets or sets the time interval between frames in the associated transition.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    int? FrameInterval { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

    An integer value that specifies time interval between frames in the associated transition.

    See Also