Skip to main content

RepositoryItemProgressBar.FlowAnimationDuration Property

Gets or sets the time, in milliseconds, that it takes the flash to move through the progress indicator in flow animation.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(800)]
[DXCategory("Behavior")]
public int FlowAnimationDuration { get; set; }

Property Value

Type Default Description
Int32 800

An integer value that specifies the duration, in milliseconds, of the flash movement in flow animation.

Remarks

If the RepositoryItemProgressBar.FlowAnimationEnabled property equals true, the progress indicator in the progress bar is displayed using flow animation. The FlowAnimationDuration property allows you to specify the duration, in milliseconds, that it takes the flash to move through the progress indicator in flow animation. You can also use the RepositoryItemProgressBar.FlowAnimationDelay property to specify the delay between flashes.

See Also