RepositoryItemMarqueeProgressBar.Stopped Property
Gets or sets whether the control’s animation is stopped.
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 control’s animation is stopped; otherwise, false. |
Remarks
If the Stopped property is set to true the control’s animation is stopped and the control’s region is cleared. Setting the Stopped property to false immediately starts the animation.
Note that if the control’s Enabled property is set to false the control’s animation is stopped, even if the Stopped property is set to false.
See Also