Skip to main content
All docs
V25.1
  • ICombAnimationParameters.StripeCount Property

    Gets or sets the number of stripes in the transition.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    int StripeCount { get; set; }

    Property Value

    Type Description
    Int32

    An integer value that specifies the number of stripes in the transition.

    See Also