RepositoryItemMarqueeProgressBar.Paused Property
Gets or sets whether the progress bar animation is paused.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the progress bar animation is paused; otherwise, false. |
Remarks
The Paused property allows you to temporarily pause the progress bar animation. When the Paused property is set back to false, the animation starts at the position where it has been paused.
See Also