windowsforms-devexpress-dot-utils-dot-drawing-67e9c77e.md
Contains values that specify how progress is indicated on progress bar controls.
Namespace : DevExpress.Utils.Drawing
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum ProgressAnimationMode
Public Enum ProgressAnimationMode
| 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.
|
The following properties accept/return ProgressAnimationMode values:
Use the RepositoryItemMarqueeProgressBar.ProgressAnimationMode property to set animation mode for the MarqueeProgressBarControl.
See Also