ProgressAnimationMode Enum
Contains values that specify how progress is indicated on progress bar controls.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
The same, as the Progress |
Cycle
|
A control repeatedly scrolls the block from one edge to another. |
Ping
|
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.