Skip to main content

RepositoryItemProgressBar.FlowAnimationDelay Property

Gets or sets the delay, in milliseconds, between flashes in the flow animation.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(1000)]
[DXCategory("Behavior")]
public int FlowAnimationDelay { get; set; }

Property Value

Type Default Description
Int32 1000

An integer value that specifies the delay, in milliseconds, between flashes in the flow animation.

Remarks

If the RepositoryItemProgressBar.FlowAnimationEnabled property equals true, the progress indicator in the progress bar is displayed using flow animation. Use the FlowAnimationDelay property to adjust the frequency of the flash appearance in the flow animation. You can also specify the time that takes the flash to move through the indicator using the RepositoryItemProgressBar.FlowAnimationDuration property.

See Also