Back to Devexpress

RepositoryItemProgressBar.FlowAnimationDelay Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemprogressbar-b4ce03a2.md

latest2.3 KB
Original Source

RepositoryItemProgressBar.FlowAnimationDelay Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1000)]
[DXCategory("Behavior")]
public int FlowAnimationDelay { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(1000)>
Public Property FlowAnimationDelay As Integer

Property Value

TypeDefaultDescription
Int321000

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

FlowAnimationEnabled

FlowAnimationDuration

RepositoryItemProgressBar Class

RepositoryItemProgressBar Members

DevExpress.XtraEditors.Repository Namespace