Back to Devexpress

ProgressBarMarqueeStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-4edbe911.md

latest2.6 KB
Original Source

ProgressBarMarqueeStyleSettings Class

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

Declaration

csharp
public class ProgressBarMarqueeStyleSettings :
    BaseProgressBarStyleSettings
vb
Public Class ProgressBarMarqueeStyleSettings
    Inherits 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.

xaml
<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

ProgressBarMarqueeStyleSettings Members

StyleSettings

Editor Operation Modes

DevExpress.Xpf.Editors Namespace