wpf-devexpress-dot-xpf-dot-editors-4edbe911.md
Defines the appearance and behavior of the marquee (indeterminate) progress bar.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class ProgressBarMarqueeStyleSettings :
BaseProgressBarStyleSettings
Public Class ProgressBarMarqueeStyleSettings
Inherits BaseProgressBarStyleSettings
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.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement BaseEditStyleSettings BaseProgressBarStyleSettings ProgressBarMarqueeStyleSettings
See Also