Skip to main content

ICombAnimationParameters.StripeCount Property

Gets or sets the number of stripes in the transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.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