Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ProgressBarMarqueeStyleSettings Class

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class ProgressBarMarqueeStyleSettings :
    BaseProgressBarStyleSettings

#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.

See Also