ProgressBarMarqueeStyleSettings Class
Defines the appearance and behavior of the marquee (indeterminate) progress bar.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
A ProgressBarMarqueeStyleSettings object defines the Marquee progress bar operation mode.
The following code sample demonstrates how to switch the progress bar operation mode to Marquee.
<dxe:ProgressBarEdit>
<dxe:ProgressBarEdit.StyleSettings>
<dxe:ProgressBarMarqueeStyleSettings AccelerateRatio="3"/>
</dxe:ProgressBarEdit.StyleSettings>
</dxe:ProgressBarEdit>
Tip
For the complete list of the ProgressBarEdit control operation modes, see ProgressBarEdit operation modes.
Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
BaseProgressBarStyleSettings
ProgressBarMarqueeStyleSettings
See Also