Skip to main content

AnimationParameters(Int32, Int32) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public AnimationParameters(
    int interval,
    int count
)

Parameters

Name Type Description
interval Int32

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

count Int32

An integer value that specifies the frame count in the transition.

See Also