Skip to main content
A newer version of this page is available. .

AnimationParameters(Int32, Int32) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

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