ProgressAnimationMode Enum
Contains values that specify how progress is indicated on progress bar controls.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Default
|
The same, as the ProgressAnimationMode.Cycle option. |
Cycle
|
A control repeatedly scrolls the block from one edge to another. |
PingPong
|
A control scrolls the block from one edge to another, by moving the block back when it reaches any control’s edge. |
Related API Members
The following properties accept/return ProgressAnimationMode values:
Remarks
Use the RepositoryItemMarqueeProgressBar.ProgressAnimationMode property to set animation mode for the MarqueeProgressBarControl.