Back to Devexpress

RepositoryItemProgressBar.FlowAnimationDuration Property

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

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int32800

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

FlowAnimationEnabled

FlowAnimationDelay

RepositoryItemProgressBar Class

RepositoryItemProgressBar Members

DevExpress.XtraEditors.Repository Namespace