Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum ProgressAnimationMode

#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.

See Also