Back to Devexpress

ProgressAnimationMode Enum

windowsforms-devexpress-dot-utils-dot-drawing-67e9c77e.md

latest1.9 KB
Original Source

ProgressAnimationMode Enum

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

Declaration

csharp
public enum ProgressAnimationMode
vb
Public Enum ProgressAnimationMode

Members

NameDescription
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:

Remarks

Use the RepositoryItemMarqueeProgressBar.ProgressAnimationMode property to set animation mode for the MarqueeProgressBarControl.

See Also

ProgressAnimationMode

DevExpress.Utils.Drawing Namespace