Skip to main content

AnimationParameters.FrameInterval Property

Gets the time interval between frames in the transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(null)]
public int? FrameInterval { get; set; }

Property Value

Type Default Description
Nullable<Int32> null

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

Implements

See Also