Skip to main content

ProgressBarMarqueeStyleSettings Class

Defines the appearance and behavior of the marquee (indeterminate) progress bar.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public class ProgressBarMarqueeStyleSettings :
    BaseProgressBarStyleSettings

Remarks

A ProgressBarMarqueeStyleSettings object defines the Marquee progress bar operation mode.

animMarqueeProgressBar

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.

See Also