Skip to main content
A newer version of this page is available. .

RepositoryItemMarqueeProgressBar.ProgressAnimationMode Property

Gets or sets the animation mode of the control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(ProgressAnimationMode.Default)]
public ProgressAnimationMode ProgressAnimationMode { get; set; }

Property Value

Type Default Description
ProgressAnimationMode **Default**

A ProgressAnimationMode value that specifies the animation mode.

Available values:

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.

Remarks

See the ProgressAnimationMode topic for information on the available animation modes.

See Also