Skip to main content

IAnimationParameters.FrameCount Property

Gets or sets the frame count in the transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

int? FrameCount { get; set; }

Property Value

Type Description
Nullable<Int32>

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

See Also