Skip to main content
All docs
V25.1
  • AnimationParameters.FrameCount Property

    Gets or sets the frame count in the transition.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

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

    Property Value

    Type Default Description
    Nullable<Int32> null

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

    Implements

    See Also