RepositoryItemMarqueeProgressBar.ProgressAnimationMode Property
Gets or sets the animation mode of the control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ProgressAnimationMode.Default)]
[DXCategory("Behavior")]
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