Skip to main content
A newer version of this page is available. .

CombAnimationParameters.StripeCount Property

Gets or sets the number of stripes in the transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

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