Skip to main content
All docs
V25.1
  • CombAnimationParameters.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

    [DefaultValue(10)]
    public int StripeCount { get; set; }

    Property Value

    Type Default Description
    Int32 10

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

    Implements

    See Also